From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Sun, 20 Jul 2014 02:20:38 +0000 (-0400)
Subject: Fix xreflabel for hot_standby_feedback.
X-Git-Tag: REL9_4_BETA2~6
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be72263635dc95b4ada1bda3494c815fbd8987c3;p=postgresql

Fix xreflabel for hot_standby_feedback.

Rather remarkable that this has been wrong since 9.1 and nobody noticed.
---

diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 0608a0cdf7..c64327bb7e 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>