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 e0064f0 commit ad385a4Copy full SHA for ad385a4
doc/src/sgml/config.sgml
@@ -4872,6 +4872,12 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
4872
state, until the standby is promoted or triggered. After that the standby
4873
will end recovery without further waiting.
4874
</para>
4875
+ <para>
4876
+ WAL records must be kept on the standby until they are ready to be
4877
+ applied. Therefore, longer delays will result in a greater accumulation
4878
+ of WAL files, increasing disk space requirements for the standby's
4879
+ <filename>pg_wal</filename> directory.
4880
+ </para>
4881
<para>
4882
This parameter is intended for use with streaming replication deployments;
4883
however, if the parameter is specified it will be honored in all cases
0 commit comments