pgsql: Add pg_dump test for triggers on partitioned tables - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Add pg_dump test for triggers on partitioned tables
Date
Msg-id E1ikxGd-0006Fz-Vf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add pg_dump test for triggers on partitioned tables

This currently works, but add this test to ensure it continues to work.
Lack of this test became evident after a recent bugfix submission that
would have inadvertently broken it, in
https://postgr.es/m/CA+HiwqFM2=i+uHB9o4OkLbE2S3sjPHoVe2wXuAD1GLJ4+Pk9eg@mail.gmail.com

Branch
------
REL_12_STABLE

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

Modified Files
--------------
src/bin/pg_dump/t/002_pg_dump.pl | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: add examples of creative use of unique expression indexes
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Rename files and headers related to index AM