Thread: backup.sgml typo

backup.sgml typo

From
Tatsuo Ishii
Date:
There seem to be a small typo in backup.sgml
(<varname>archive_command</varname> is unnecessarily
repeated). Attached is a patch to fix that.

Best reagards,
--
Tatsuo Ishii
SRA OSS LLC
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml
index 8bab521718..be05a33205 100644
--- a/doc/src/sgml/backup.sgml
+++ b/doc/src/sgml/backup.sgml
@@ -956,8 +956,7 @@ SELECT * FROM pg_backup_stop(wait_for_archive => true);
      On a standby, <varname>archive_mode</varname> must be <literal>always</literal> in order
      for <function>pg_backup_stop</function> to wait.
      Archiving of these files happens automatically since you have
-     already configured <varname>archive_command</varname> or <varname>archive_library</varname> or
-     <varname>archive_command</varname>.
+     already configured <varname>archive_command</varname> or <varname>archive_library</varname>.
      In most cases this happens quickly, but you are advised to monitor your
      archive system to ensure there are no delays.
      If the archive process has fallen behind because of failures of the

Re: backup.sgml typo

From
Amit Kapila
Date:
On Sat, Jan 14, 2023 at 7:32 AM Tatsuo Ishii <ishii@sraoss.co.jp> wrote:
>
> There seem to be a small typo in backup.sgml
> (<varname>archive_command</varname> is unnecessarily
> repeated). Attached is a patch to fix that.
>

LGTM.

-- 
With Regards,
Amit Kapila.



Re: backup.sgml typo

From
Tatsuo Ishii
Date:
> On Sat, Jan 14, 2023 at 7:32 AM Tatsuo Ishii <ishii@sraoss.co.jp> wrote:
>>
>> There seem to be a small typo in backup.sgml
>> (<varname>archive_command</varname> is unnecessarily
>> repeated). Attached is a patch to fix that.
>>
> 
> LGTM.

Fix pushed. Thanks.

Best reagards,
--
Tatsuo Ishii
SRA OSS LLC
English: http://www.sraoss.co.jp/index_en/
Japanese:http://www.sraoss.co.jp