pgsql: Add some more pg_receivewal tests

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add some more pg_receivewal tests
Date: 2017-09-26 20:43:26
Message-ID: E1dwwhS-0001F8-Se@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add some more pg_receivewal tests

Add some more tests for the --create-slot and --drop-slot options,
verifying that the right kind of slot was created and that the slot was
dropped. While working on an unrelated patch for pg_basebackup, some of
this was temporarily broken without any tests noticing.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fa41461205ae4eb417045825583c3209e5a4f339

Modified Files
--------------
src/bin/pg_basebackup/t/020_pg_receivewal.pl | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2017-09-27 05:42:39 pgsql: Don't recommend "DROP SCHEMA information_schema CASCADE".
Previous Message Peter Eisentraut 2017-09-26 20:05:32 pgsql: Turn on log_replication_commands in PostgresNode