[COMMITTERS] pgsql: Add a pg_recvlogical wrapper to PostgresNode - Mailing list pgsql-committers

From Simon Riggs
Subject [COMMITTERS] pgsql: Add a pg_recvlogical wrapper to PostgresNode
Date
Msg-id E1cqKai-0001rH-I6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add a pg_recvlogical wrapper to PostgresNode

Allows testing of logical decoding using SQL interface and/or pg_recvlogical
Most logical decoding tests are in contrib/test_decoding. This module
is for work that doesn't fit well there, like where server restarts
are required.

Craig Ringer

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/eb2a6131beccaad2b39629191508062b70d3a1c6

Modified Files
--------------
src/test/perl/PostgresNode.pm               | 78 +++++++++++++++++++++++++++++
src/test/recovery/t/006_logical_decoding.pl | 31 +++++++++++-
2 files changed, 108 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [COMMITTERS] pgsql: Don't scan partitioned tables.
Next
From: Andrew Dunstan
Date:
Subject: [COMMITTERS] pgsql: Use CallerFInfoFunctionCall with btree_gist for numeric types