Add a pg_recvlogical wrapper to PostgresNode
Simon Riggs <simon@2ndQuadrant.com>
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
| Path | Change | +/− |
|---|---|---|
| src/test/perl/PostgresNode.pm | modified | +78 −0 |
| src/test/recovery/t/006_logical_decoding.pl | modified | +30 −1 |