summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Geoghegan <pg@bowt.ie>2021-10-12 10:59:22 -0700
committerPeter Geoghegan <pg@bowt.ie>2021-10-12 10:59:22 -0700
commit070c402b4a5d3cc40b3551d42763aea9afb6288d (patch)
tree800aad079638e5d9696b82d4faad50b2acd49e2e
parentd834ebcf23208b3ae2109c0cae9af077202a27a4 (diff)
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.
-rw-r--r--doc/src/sgml/config.sgml2
-rw-r--r--doc/src/sgml/release-14.sgml2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 8af2891191d..0c3193bfebb 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -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>
diff --git a/doc/src/sgml/release-14.sgml b/doc/src/sgml/release-14.sgml
index c33f77c2901..51820eac1a3 100644
--- a/doc/src/sgml/release-14.sgml
+++ b/doc/src/sgml/release-14.sgml
@@ -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>