Collect attribute data on extension owned tables being dumped
Andrew Dunstan <andrew@dunslane.net>
Collect attribute data on extension owned tables being dumped If this data is not collected, pg_dump segfaults if asked for column inserts. Fix by Fabrízio de Royes Mello Backpatch to release 12 where the bug was introduced.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_dump/pg_dump.c | modified | +4 −0 |
| src/test/modules/test_pg_dump/t/001_base.pl | modified | +22 −2 |
| src/test/modules/test_pg_dump/test_pg_dump--1.0.sql | modified | +5 −0 |