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 @@ -943,8 +943,7 @@ SELECT * FROM pg_backup_stop(wait_for_archive => true);
943
943
On a standby, <varname>archive_mode</varname> must be <literal>always</literal> in order
944
944
for <function>pg_backup_stop</function> to wait.
945
945
Archiving of these files happens automatically since you have
946
- already configured <varname>archive_command</varname> or <varname>archive_library</varname> or
947
- <varname>archive_command</varname>.
946
+ already configured <varname>archive_command</varname> or <varname>archive_library</varname>.
948
947
In most cases this happens quickly, but you are advised to monitor your
949
948
archive system to ensure there are no delays.
950
949
If the archive process has fallen behind because of failures of the
You can’t perform that action at this time.
0 commit comments