File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -4872,6 +4872,12 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class="
4872
4872
state, until the standby is promoted or triggered. After that the standby
4873
4873
will end recovery without further waiting.
4874
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>
4875
4881
<para>
4876
4882
This parameter is intended for use with streaming replication deployments;
4877
4883
however, if the parameter is specified it will be honored in all cases
You can’t perform that action at this time.
0 commit comments