pgsql: doc: Add note about re-archiving of same WAL files in docs.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add note about re-archiving of same WAL files in docs.
Date: 2022-07-26 07:04:21
Message-ID: E1oGEc8-001J0O-3z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add note about re-archiving of same WAL files in docs.

The server may attempt to re-archive a WAL file that was previously archived.
This commit adds the note about how an archive library should handle such
a re-archiving.

Author: Nathan Bossart
Reviewed-by: David Steele, Kyotaro Horiguchi
Discussion: https://postgr.es/m/CA+TgmoaeTe4oUT39A4nt=8LD6UJ5u0vcmGc5+Aksn-4oKRb8-w@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3cabe45a819f8a2a282d9d57e45f259c84e97c3f

Modified Files
--------------
doc/src/sgml/backup.sgml | 25 ++++++++++++++++++++-----
1 file changed, 20 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-07-26 17:07:23 pgsql: Force immediate commit after CREATE DATABASE etc in extended pro
Previous Message Fujii Masao 2022-07-26 07:02:14 pgsql: Reduce overhead of renaming archive status files.