mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 07:40:59 -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
40ccb6530c
commit
2f8887abb5
1 changed files with 1 additions and 1 deletions
|
|
@ -2270,7 +2270,7 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||
</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