pgsql: Add pg_dump test for triggers on partitioned tables

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add pg_dump test for triggers on partitioned tables
Date: 2019-12-27 21:35:31
Message-ID: E1ikxGd-0006G2-W8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0a40f33b8768f065692aeda5b84eb1ec91aa03f0

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-12-28 10:10:24 Re: pgsql: Rename files and headers related to index AM
Previous Message Bruce Momjian 2019-12-27 19:49:17 pgsql: doc: add examples of creative use of unique expression indexes