mirror of
https://github.com/postgres/postgres.git
synced 2026-04-29 18:32:53 -04:00
Fix xreflabel for hot_standby_feedback.
Rather remarkable that this has been wrong since 9.1 and nobody noticed.
This commit is contained in:
parent
bd5458f520
commit
c8fe499038
1 changed files with 1 additions and 1 deletions
|
|
@ -2493,7 +2493,7 @@ include 'filename'
|
|||
</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>)</term>
|
||||
<indexterm>
|
||||
<primary><varname>hot_standby_feedback</> configuration parameter</primary>
|
||||
|
|
|
|||
Loading…
Reference in a new issue