diff options
author | Peter Geoghegan <pg@bowt.ie> | 2021-10-12 10:59:24 -0700 |
---|---|---|
committer | Peter Geoghegan <pg@bowt.ie> | 2021-10-12 10:59:24 -0700 |
commit | 00c61a74bcdbc04a3db721d53c7aff62244da198 (patch) | |
tree | 5bff6756e182c33b84e057373cda073a1a875f47 | |
parent | 967a17fe2fa77b61061c8fb1183f64a5df4e080a (diff) | |
download | postgresql-00c61a74bcdbc04a3db721d53c7aff62244da198.tar.gz postgresql-00c61a74bcdbc04a3db721d53c7aff62244da198.zip |
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.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 0a8e35c59f4..0bcc6fd3222 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -8799,7 +8799,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> |