pgsql: Add a test to verify that subscription to the standby works.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add a test to verify that subscription to the standby works.
Date: 2023-04-27 09:06:06
Message-ID: E1prxZl-0058h6-EO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-04-27 15:55:25 pgsql: In hstore_plpython, avoid crashing when return value isn't a map
Previous Message Michael Paquier 2023-04-27 04:36:22 pgsql: Rework code defining default compression for dir/custom formats