|
1 | 1 | <!--
|
2 |
| -$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.224 2003/12/01 22:07:56 momjian Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.225 2003/12/04 21:24:56 petere Exp $ |
3 | 3 | -->
|
4 | 4 |
|
5 | 5 | <Chapter Id="runtime">
|
@@ -830,7 +830,7 @@ SET ENABLE_SEQSCAN TO OFF;
|
830 | 830 | server. The default is typically 1000, but may be less if your
|
831 | 831 | kernel settings will not support it (as determined during
|
832 | 832 | <application>initdb</>). Each buffer is 8192 bytes, unless a
|
833 |
| - different value of <literal>BLCKSZ</> was chosen when building |
| 833 | + different value of <symbol>BLCKSZ</symbol> was chosen when building |
834 | 834 | the server. This setting must be at least 16, as well as at
|
835 | 835 | least twice the value of <varname>max_connections</varname>;
|
836 | 836 | however, settings significantly higher than the minimum are
|
@@ -2538,11 +2538,11 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
|
2538 | 2538 | Turns on various assertion checks. This is a debugging aid. If
|
2539 | 2539 | you are experiencing strange problems or crashes you might want
|
2540 | 2540 | to turn this on, as it might expose programming mistakes. To use
|
2541 |
| - this option, the macro <literal>USE_ASSERT_CHECKING</literal> |
| 2541 | + this option, the macro <symbol>USE_ASSERT_CHECKING</symbol> |
2542 | 2542 | must be defined when <productname>PostgreSQL</productname> is
|
2543 | 2543 | built (accomplished by the <command>configure</command> option
|
2544 | 2544 | <option>--enable-cassert</option>). Note that
|
2545 |
| - <literal>DEBUG_ASSERTIONS</literal> defaults to on if |
| 2545 | + <varname>debug_assertions</varname> defaults to on if |
2546 | 2546 | <productname>PostgreSQL</productname> has been built with
|
2547 | 2547 | assertions enabled.
|
2548 | 2548 | </para>
|
|
0 commit comments