mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
More doc cleanups for recent shared memory changes.
Josh Kupershmidt
This commit is contained in:
parent
390bfc643d
commit
248b5fce06
@ -409,14 +409,6 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
only be set at server start.
|
only be set at server start.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
Increasing this parameter might cause <productname>PostgreSQL</>
|
|
||||||
to request more <systemitem class="osname">System V</> shared
|
|
||||||
memory or semaphores than your operating system's default configuration
|
|
||||||
allows. See <xref linkend="sysvipc"> for information on how to
|
|
||||||
adjust those parameters, if necessary.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
When running a standby server, you must set this parameter to the
|
When running a standby server, you must set this parameter to the
|
||||||
same or higher value than on the master server. Otherwise, queries
|
same or higher value than on the master server. Otherwise, queries
|
||||||
@ -962,13 +954,6 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
is generally from 64MB to 512MB.
|
is generally from 64MB to 512MB.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
Increasing this parameter might cause <productname>PostgreSQL</>
|
|
||||||
to request more <systemitem class="osname">System V</> shared
|
|
||||||
memory than your operating system's default configuration
|
|
||||||
allows. See <xref linkend="sysvipc"> for information on how to
|
|
||||||
adjust those parameters, if necessary.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -1024,14 +1009,6 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
session can have a prepared transaction pending.
|
session can have a prepared transaction pending.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
Increasing this parameter might cause <productname>PostgreSQL</>
|
|
||||||
to request more <systemitem class="osname">System V</> shared
|
|
||||||
memory than your operating system's default configuration
|
|
||||||
allows. See <xref linkend="sysvipc"> for information on how to
|
|
||||||
adjust those parameters, if necessary.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
When running a standby server, you must set this parameter to the
|
When running a standby server, you must set this parameter to the
|
||||||
same or higher value than on the master server. Otherwise, queries
|
same or higher value than on the master server. Otherwise, queries
|
||||||
@ -1829,13 +1806,6 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
results in most cases.
|
results in most cases.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
Increasing this parameter might cause <productname>PostgreSQL</>
|
|
||||||
to request more <systemitem class="osname">System V</> shared
|
|
||||||
memory than your operating system's default configuration
|
|
||||||
allows. See <xref linkend="sysvipc"> for information on how to
|
|
||||||
adjust those parameters, if necessary.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
@ -5564,14 +5534,6 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
|
|||||||
server start.
|
server start.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
Increasing this parameter might cause <productname>PostgreSQL</>
|
|
||||||
to request more <systemitem class="osname">System V</> shared
|
|
||||||
memory than your operating system's default configuration
|
|
||||||
allows. See <xref linkend="sysvipc"> for information on how to
|
|
||||||
adjust those parameters, if necessary.
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
When running a standby server, you must set this parameter to the
|
When running a standby server, you must set this parameter to the
|
||||||
same or higher value than on the master server. Otherwise, queries
|
same or higher value than on the master server. Otherwise, queries
|
||||||
@ -5603,13 +5565,6 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
|
|||||||
only be set at server start.
|
only be set at server start.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
|
||||||
Increasing this parameter might cause <productname>PostgreSQL</>
|
|
||||||
to request more <systemitem class="osname">System V</> shared
|
|
||||||
memory than your operating system's default configuration
|
|
||||||
allows. See <xref linkend="sysvipc"> for information on how to
|
|
||||||
adjust those parameters, if necessary.
|
|
||||||
</para>
|
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user