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/[email protected] 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(+)
