From: | Amit Kapila <akapila(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Add some additional tests for row filters in logical replication |
Date: | 2022-03-04 02:35:53 |
Message-ID: | E1nPxnM-000oLb-OI@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2022-03-04 08:19:53 | pgsql: psql: Make SSL info display more compact |
Previous Message | Tom Lane | 2022-03-04 01:04:44 | pgsql: Tighten overflow checks in tidin(). |