[COMMITTERS] pgsql: Add some more pg_receivewal tests - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Add some more pg_receivewal tests
Date
Msg-id E1dwwhS-0001F8-Se@gemulon.postgresql.org
Whole thread Raw
List 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(-)


--
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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Turn on log_replication_commands in PostgresNode
Next
From: Noah Misch
Date:
Subject: [COMMITTERS] pgsql: Don't recommend "DROP SCHEMA information_schema CASCADE".