mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Avoid excessive Hot Standby feedback messages.
Without this patch, when wal_receiver_status_interval=0, indicating that no status messages should be sent, Hot Standby feedback messages are instead sent extremely frequently. Fujii Masao, with documentation changes by me.
This commit is contained in:
@ -2137,9 +2137,10 @@ SET ENABLE_SEQSCAN TO OFF;
|
||||
<para>
|
||||
Specifies whether or not a hot standby will send feedback to the primary
|
||||
about queries currently executing on the standby. This parameter can
|
||||
be used to eliminate query cancels caused by cleanup records, though
|
||||
it can cause database bloat on the primary for some workloads.
|
||||
The default value is <literal>off</literal>.
|
||||
be used to eliminate query cancels caused by cleanup records, but
|
||||
can cause database bloat on the primary for some workloads.
|
||||
The default value is <literal>off</literal>. Feedback messages will not
|
||||
be sent more frequently than once per <varname>wal_receiver_status_interval</>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
Reference in New Issue
Block a user