We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058b515 commit f3a5e1cCopy full SHA for f3a5e1c
doc/src/sgml/config.sgml
@@ -5068,6 +5068,13 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
5068
until it eventually reaches the primary. Standbys make no other use
5069
of feedback they receive other than to pass upstream.
5070
</para>
5071
+ <para>
5072
+ Note that if the clock on standby is moved ahead or backward, the
5073
+ feedback message may not be sent at the required interval. In extreme
5074
+ cases this can lead to prolonged risk of not removing dead rows on
5075
+ primary for extended periods as the feedback mechanism is based on
5076
+ timestamp.
5077
+ </para>
5078
</listitem>
5079
</varlistentry>
5080
0 commit comments