summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-07-19 22:20:38 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2014-07-19 22:20:38 -0400
commitbe72263635dc95b4ada1bda3494c815fbd8987c3 (patch)
tree23a5044ed8e14499f684bef3815b05cc5c78e612
parente5ea60e80bf0b2941c63c64d0a9de4f103ec8d58 (diff)
Fix xreflabel for hot_standby_feedback.
Rather remarkable that this has been wrong since 9.1 and nobody noticed.
-rw-r--r--doc/src/sgml/config.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 0608a0cdf71..c64327bb7e1 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -2778,7 +2778,7 @@ include_dir 'conf.d'
</listitem>
</varlistentry>
- <varlistentry id="guc-hot-standby-feedback" xreflabel="hot_standby">
+ <varlistentry id="guc-hot-standby-feedback" xreflabel="hot_standby_feedback">
<term><varname>hot_standby_feedback</varname> (<type>boolean</type>)
<indexterm>
<primary><varname>hot_standby_feedback</> configuration parameter</primary>