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

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: doc: Add note about re-archiving of same WAL files in docs.
Дата
Msg-id E1oGEc8-001J0O-3z@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Reduce overhead of renaming archive status files.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Force immediate commit after CREATE DATABASE etc in extended pro