Re: [COMMITTERS] pgsql: pg_basebackup: Add tests for -X option

2015-07-28 Thread Michael Paquier
On Wed, Jul 29, 2015 at 9:34 AM, Peter Eisentraut wrote: > pg_basebackup: Add tests for -X option One thing that I noticed after more tests is that actually the LSN position restart_lsn is not necessarily 8-character long as this tests, but it can be 7-character length as well: like($lsn, qr!^0/[

[COMMITTERS] pgsql: pg_basebackup: Add tests for -X option

2015-07-28 Thread Peter Eisentraut
pg_basebackup: Add tests for -X option Reviewed-by: Michael Paquier Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/90102bb538831fca734cc9fa1450b97c7d4e1190 Modified Files -- src/bin/pg_basebackup/t/010_pg_basebackup.pl | 13 - src/test/per