mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Revoke augmentation of WAL records for btree delete, per discussion.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.247 2010/01/29 18:39:05 sriggs Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.248 2010/02/01 13:40:28 sriggs Exp $ -->
|
||||
|
||||
<chapter Id="runtime-config">
|
||||
<title>Server Configuration</title>
|
||||
@ -1840,22 +1840,6 @@ archive_command = 'copy "%p" "C:\\server\\archivedir\\%f"' # Windows
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="minimize-standby-conflicts" xreflabel="minimize_standby_conflicts">
|
||||
<term><varname>minimize_standby_conflicts</varname> (<type>boolean</type>)</term>
|
||||
<indexterm>
|
||||
<primary><varname>minimize_standby_conflicts</> configuration parameter</primary>
|
||||
</indexterm>
|
||||
<listitem>
|
||||
<para>
|
||||
Generates additional information to the transaction log (WAL) to minimize
|
||||
the number of false positive cancelations caused by recovery conflicts on
|
||||
a standby server that consumes WAL data from this server.
|
||||
There is additional performance cost to enabling this parameter.
|
||||
Parameter has no effect during recovery, only in normal running.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
Reference in New Issue
Block a user