Skip to content

Commit 1334b79

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 ff9618e commit 1334b79

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
@@ -956,8 +956,7 @@ SELECT * FROM pg_backup_stop(wait_for_archive => true);
956956
On a standby, <varname>archive_mode</varname> must be <literal>always</literal> in order
957957
for <function>pg_backup_stop</function> to wait.
958958
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>.
961960
In most cases this happens quickly, but you are advised to monitor your
962961
archive system to ensure there are no delays.
963962
If the archive process has fallen behind because of failures of the

0 commit comments

Comments
 (0)