pgsql: Add some additional tests for row filters in logical replication - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Add some additional tests for row filters in logical replication
Date
Msg-id E1nPxnM-000oLb-OI@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add some additional tests for row filters in logical replication.

Commit 52e4f0cd47 didn't add tests for pg_dump support, so add a few tests
for it. Additionally, verify that catalogs are updated after few
ALTER PUBLICATION commands that modify row filters by using \d.

Reported-by: Tomas Vondra
Author: Shi yu, based on initial by Tomas Vondra
Reviewed-by: Euler Taveira and Amit Kapila
Discussion: https://postgr.es/m/6bdbd7fc-e81a-9a77-d963-24adeb95f29e@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ceb57afd3ce177e897cb4c5b44aa683fc0036782

Modified Files
--------------
src/bin/pg_dump/t/002_pg_dump.pl          | 34 +++++++++++++++++++++++++++++++
src/test/regress/expected/publication.out | 22 ++++++++++++++++++++
src/test/regress/sql/publication.sql      |  3 +++
3 files changed, 59 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Tighten overflow checks in tidin().
Next
From: Peter Eisentraut
Date:
Subject: pgsql: psql: Make SSL info display more compact