postgresql/src/bin/pg_basebackup/t
Peter Eisentraut 6d9fa52645 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>
2017-09-11 16:48:30 -04:00
..
010_pg_basebackup.pl Post-PG 10 beta1 pgperltidy run 2017-05-17 19:01:23 -04:00
020_pg_receivewal.pl pg_receivewal: Add --endpos option 2017-09-11 16:48:30 -04:00
030_pg_recvlogical.pl Post-PG 10 beta1 pgperltidy run 2017-05-17 19:01:23 -04:00