pgsql: Add pg_dump test for triggers on partitioned tables

Alvaro Herrera <[email protected]> Fri, 27 Dec 2019 21:35:31 +0000
Newsgroups gmane.comp.db.postgresql.devel.cvs
Message-ID <[email protected]>
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(+)