Skip to content

Commit 070c402

Browse files
Doc: normalize vacuum_multixact_failsafe_age ID.
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.
1 parent d834ebc commit 070c402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8795,7 +8795,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
87958795
</listitem>
87968796
</varlistentry>
87978797

8798-
<varlistentry id="guc-multixact-failsafe-age" xreflabel="vacuum_multixact_failsafe_age">
8798+
<varlistentry id="guc-vacuum-multixact-failsafe-age" xreflabel="vacuum_multixact_failsafe_age">
87998799
<term><varname>vacuum_multixact_failsafe_age</varname> (<type>integer</type>)
88008800
<indexterm>
88018801
<primary><varname>vacuum_multixact_failsafe_age</varname> configuration parameter</primary>

doc/src/sgml/release-14.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ Author: Peter Geoghegan <pg@bowt.ie>
911911

912912
<para>
913913
This is controlled by <xref linkend="guc-vacuum-failsafe-age"/>
914-
and <xref linkend="guc-multixact-failsafe-age"/>.
914+
and <xref linkend="guc-vacuum-multixact-failsafe-age"/>.
915915
</para>
916916
</listitem>
917917

0 commit comments

Comments
 (0)