diff options
author | Peter Geoghegan | 2021-10-12 17:59:24 +0000 |
---|---|---|
committer | Peter Geoghegan | 2021-10-12 17:59:24 +0000 |
commit | 00c61a74bcdbc04a3db721d53c7aff62244da198 (patch) | |
tree | 5bff6756e182c33b84e057373cda073a1a875f47 | |
parent | 967a17fe2fa77b61061c8fb1183f64a5df4e080a (diff) |
Doc: normalize vacuum_multixact_failsafe_age ID.
Author: Pavel Luzanov <[email protected]>
Discussion: https://postgr.es/m/[email protected]
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 0a8e35c59f..0bcc6fd322 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> |