]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Doc: normalize vacuum_multixact_failsafe_age ID.
authorPeter Geoghegan <pg@bowt.ie>
Tue, 12 Oct 2021 17:59:22 +0000 (10:59 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Tue, 12 Oct 2021 17:59:22 +0000 (10:59 -0700)
Author: Pavel Luzanov <p.luzanov@postgrespro.ru>
Discussion: https://postgr.es/m/c71a3cfc-a267-3d9f-1b44-fbd668d0ab10@postgrespro.ru
Backpatch: 14-, where the failsafe was introduced.

doc/src/sgml/config.sgml
doc/src/sgml/release-14.sgml

index 8af2891191d986a31bb161879a3720b02c03957c..0c3193bfebbc2233ca844730094dcc39adf4fcb1 100644 (file)
@@ -8795,7 +8795,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
       </listitem>
      </varlistentry>
 
-     <varlistentry id="guc-multixact-failsafe-age" xreflabel="vacuum_multixact_failsafe_age">
+     <varlistentry id="guc-vacuum-multixact-failsafe-age" xreflabel="vacuum_multixact_failsafe_age">
       <term><varname>vacuum_multixact_failsafe_age</varname> (<type>integer</type>)
       <indexterm>
        <primary><varname>vacuum_multixact_failsafe_age</varname> configuration parameter</primary>
index c33f77c2901563734a75ac96c1bef91512c5c729..51820eac1a37ec4547210c8b3aa1841e1afe444a 100644 (file)
@@ -911,7 +911,7 @@ Author: Peter Geoghegan <pg@bowt.ie>
 
        <para>
         This is controlled by <xref linkend="guc-vacuum-failsafe-age"/>
-        and <xref linkend="guc-multixact-failsafe-age"/>.
+        and <xref linkend="guc-vacuum-multixact-failsafe-age"/>.
        </para>
       </listitem>