Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 59b1a23

Browse files
committed
Markup improvements
1 parent 6de3fe3 commit 59b1a23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/runtime.sgml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
-->
44

55
<Chapter Id="runtime">
@@ -830,7 +830,7 @@ SET ENABLE_SEQSCAN TO OFF;
830830
server. The default is typically 1000, but may be less if your
831831
kernel settings will not support it (as determined during
832832
<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
834834
the server. This setting must be at least 16, as well as at
835835
least twice the value of <varname>max_connections</varname>;
836836
however, settings significantly higher than the minimum are
@@ -2538,11 +2538,11 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
25382538
Turns on various assertion checks. This is a debugging aid. If
25392539
you are experiencing strange problems or crashes you might want
25402540
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>
25422542
must be defined when <productname>PostgreSQL</productname> is
25432543
built (accomplished by the <command>configure</command> option
25442544
<option>--enable-cassert</option>). Note that
2545-
<literal>DEBUG_ASSERTIONS</literal> defaults to on if
2545+
<varname>debug_assertions</varname> defaults to on if
25462546
<productname>PostgreSQL</productname> has been built with
25472547
assertions enabled.
25482548
</para>

0 commit comments

Comments
 (0)