diff options
author | Robert Haas | 2012-07-04 19:57:48 +0000 |
---|---|---|
committer | Robert Haas | 2012-07-04 19:57:48 +0000 |
commit | 248b5fce0643c5662c60ac7f8bfe4d68b7e96bb4 (patch) | |
tree | 69d7f4f5fef750d9a09ac16fcdd2bd604dce974c /doc/src | |
parent | 390bfc643de4faf6df8cb40e71b17791ce61a71e (diff) |
More doc cleanups for recent shared memory changes.
Josh Kupershmidt
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 4e0492b9393..3a0b16dec0a 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -410,14 +410,6 @@ SET ENABLE_SEQSCAN TO OFF; </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> When running a standby server, you must set this parameter to the same or higher value than on the master server. Otherwise, queries will not be allowed in the standby server. @@ -962,13 +954,6 @@ SET ENABLE_SEQSCAN TO OFF; is generally from 64MB to 512MB. </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> </varlistentry> @@ -1025,14 +1010,6 @@ SET ENABLE_SEQSCAN TO OFF; </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> When running a standby server, you must set this parameter to the same or higher value than on the master server. Otherwise, queries will not be allowed in the standby server. @@ -1829,13 +1806,6 @@ SET ENABLE_SEQSCAN TO OFF; results in most cases. </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> </varlistentry> @@ -5565,14 +5535,6 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' </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> When running a standby server, you must set this parameter to the same or higher value than on the master server. Otherwise, queries will not be allowed in the standby server. @@ -5603,13 +5565,6 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' only be set at server start. </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> </varlistentry> |