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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
