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 e2809e3 commit 0fcf02aCopy full SHA for 0fcf02a
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 might not be sent at the required interval. In
5074
+ extreme cases, this can lead to a prolonged risk of not removing dead
5075
+ rows on the primary for extended periods, as the feedback mechanism is
5076
+ based on timestamps.
5077
+ </para>
5078
</listitem>
5079
</varlistentry>
5080
0 commit comments