Add a pg_recvlogical wrapper to PostgresNode

Simon Riggs <simon@2ndQuadrant.com>

Commit: eb2a6131beccaad2b39629191508062b70d3a1c6
Author: Simon Riggs <simon@2ndQuadrant.com>
Date: 2017-03-21T14:04:49Z
Releases: 10.0
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

Files

PathChange+/−
src/test/perl/PostgresNode.pm modified +78 −0
src/test/recovery/t/006_logical_decoding.pl modified +30 −1