pgsql: Add a test to verify that subscription to the standby works. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Add a test to verify that subscription to the standby works.
Date
Msg-id E1prxZl-0058h6-EO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add a test to verify that subscription to the standby works.

Author: Bertrand Drouvot
Reviewed-by: Vignesh C, Alvaro Herrera, Amit Kapila
Discussion: https://postgr.es/m/2fefa454-5a70-2174-ddbf-4a0e41537139@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/376dc820531bafcbf105fff74c5b14c23d9950af

Modified Files
--------------
src/test/perl/PostgreSQL/Test/Cluster.pm           | 21 ++++-
.../recovery/t/035_standby_logical_decoding.pl     | 91 +++++++++++++++++++++-
2 files changed, 107 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Rework code defining default compression for dir/custom formats
Next
From: Tom Lane
Date:
Subject: pgsql: In hstore_plpython, avoid crashing when return value isn't a map