[COMMITTERS] pgsql: pg_receivewal: Add --endpos option

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: pg_receivewal: Add --endpos option
Дата
Msg-id E1drVfy-0001HH-8T@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_receivewal: Add --endpos option

This is primarily useful for making tests of this utility more
deterministic, to avoid the complexity of starting pg_receivewal as a
deamon in TAP tests.

While this is less useful than the equivalent pg_recvlogical option,
users can as well use it for example to enforce WAL streaming up to a
end-of-backup position, to save only a minimal amount of WAL.

Use this new option to stream WAL data in a deterministic way within a
new set of TAP tests.

Author: Michael Paquier <michael.paquier@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6d9fa52645e71711410a66b5349df3be0dd49608

Modified Files
--------------
doc/src/sgml/ref/pg_receivewal.sgml          | 16 ++++++++++
src/bin/pg_basebackup/pg_receivewal.c        | 38 ++++++++++++++++++-----
src/bin/pg_basebackup/t/020_pg_receivewal.pl | 45 +++++++++++++++++++++++++++-
3 files changed, 91 insertions(+), 8 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Constify numeric.c.
Следующее
От: Bruce Momjian
Дата:
Сообщение: [COMMITTERS] pgsql: PG 10 release notes: update PL/Tcl functions item