pgsql: Dump foreign keys on partitioned tables - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Dump foreign keys on partitioned tables
Date
Msg-id E1fe1h0-0003jl-SU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Dump foreign keys on partitioned tables

The patch that ended up as commit 3de241dba86f ("Foreign keys on
partitioned tables") lacked pg_dump tests, so the pg_dump code that was
there to support it inadvertently stopped working when in later
development I modified the backend code not to emit pg_trigger rows for
the partitioned table itself.

Bug analysis and code fix is by Michaël.  I (Álvaro) added the test.

Reported-by: amul sul <sulamul@gmail.com>
Co-authored-by: Michaël Paquier <michael@paquier.xyz>
Co-authored-by: Álvaro Herrera <alvherre@alvh.no-ip.org>
Discussion: https://postgr.es/m/CAAJ_b94n=UsNVhgs97vCaWEZAMe-tGDRVuZ73oePQH=eaJKGSA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/93ad00c968ae93e93f4ff238068a92625f41b6ff

Modified Files
--------------
src/bin/pg_dump/pg_dump.c        |  7 ++++++-
src/bin/pg_dump/t/002_pg_dump.pl | 19 +++++++++++++++++++
2 files changed, 25 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Improve performance of tuple conversion map generation
Next
From: Tom Lane
Date:
Subject: pgsql: Fix crash in json{b}_populate_recordset() andjson{b}_to_records