File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -956,8 +956,7 @@ SELECT * FROM pg_backup_stop(wait_for_archive => true);
956
956
On a standby, <varname>archive_mode</varname> must be <literal>always</literal> in order
957
957
for <function>pg_backup_stop</function> to wait.
958
958
Archiving of these files happens automatically since you have
959
- already configured <varname>archive_command</varname> or <varname>archive_library</varname> or
960
- <varname>archive_command</varname>.
959
+ already configured <varname>archive_command</varname> or <varname>archive_library</varname>.
961
960
In most cases this happens quickly, but you are advised to monitor your
962
961
archive system to ensure there are no delays.
963
962
If the archive process has fallen behind because of failures of the
You can’t perform that action at this time.
0 commit comments