Skip to content

Commit 40015cf

Browse files
committed
Doc: fix typo in backup.sgml.
<varname>archive_command</varname> was unnecessarily repeated. Author: Tatsuo Ishii Reviewed-by: Amit Kapila Backpatch-through: 15 Discussion: https://postgr.es/m/flat/20230114.110234.666053507266410467.t-ishii%40sranhm.sra.co.jp
1 parent 93595ff commit 40015cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/src/sgml/backup.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -943,8 +943,7 @@ SELECT * FROM pg_backup_stop(wait_for_archive => true);
943943
On a standby, <varname>archive_mode</varname> must be <literal>always</literal> in order
944944
for <function>pg_backup_stop</function> to wait.
945945
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>.
948947
In most cases this happens quickly, but you are advised to monitor your
949948
archive system to ensure there are no delays.
950949
If the archive process has fallen behind because of failures of the

0 commit comments

Comments
 (0)