Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit59b1a23

Browse files
committed
Markup improvements
1 parent6de3fe3 commit59b1a23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 4 additions & 4 deletions
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:56momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.225 2003/12/04 21:24:56petere 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)

[8]ページ先頭

©2009-2025 Movatter.jp