mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Markup improvements
This commit is contained in:
parent
6de3fe3c0d
commit
59b1a23028
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.224 2003/12/01 22:07:56 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.225 2003/12/04 21:24:56 petere Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<Chapter Id="runtime">
|
<Chapter Id="runtime">
|
||||||
@ -830,7 +830,7 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
server. The default is typically 1000, but may be less if your
|
server. The default is typically 1000, but may be less if your
|
||||||
kernel settings will not support it (as determined during
|
kernel settings will not support it (as determined during
|
||||||
<application>initdb</>). Each buffer is 8192 bytes, unless a
|
<application>initdb</>). Each buffer is 8192 bytes, unless a
|
||||||
different value of <literal>BLCKSZ</> was chosen when building
|
different value of <symbol>BLCKSZ</symbol> was chosen when building
|
||||||
the server. This setting must be at least 16, as well as at
|
the server. This setting must be at least 16, as well as at
|
||||||
least twice the value of <varname>max_connections</varname>;
|
least twice the value of <varname>max_connections</varname>;
|
||||||
however, settings significantly higher than the minimum are
|
however, settings significantly higher than the minimum are
|
||||||
@ -2538,11 +2538,11 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
|
|||||||
Turns on various assertion checks. This is a debugging aid. If
|
Turns on various assertion checks. This is a debugging aid. If
|
||||||
you are experiencing strange problems or crashes you might want
|
you are experiencing strange problems or crashes you might want
|
||||||
to turn this on, as it might expose programming mistakes. To use
|
to turn this on, as it might expose programming mistakes. To use
|
||||||
this option, the macro <literal>USE_ASSERT_CHECKING</literal>
|
this option, the macro <symbol>USE_ASSERT_CHECKING</symbol>
|
||||||
must be defined when <productname>PostgreSQL</productname> is
|
must be defined when <productname>PostgreSQL</productname> is
|
||||||
built (accomplished by the <command>configure</command> option
|
built (accomplished by the <command>configure</command> option
|
||||||
<option>--enable-cassert</option>). Note that
|
<option>--enable-cassert</option>). Note that
|
||||||
<literal>DEBUG_ASSERTIONS</literal> defaults to on if
|
<varname>debug_assertions</varname> defaults to on if
|
||||||
<productname>PostgreSQL</productname> has been built with
|
<productname>PostgreSQL</productname> has been built with
|
||||||
assertions enabled.
|
assertions enabled.
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user