pgsql: Collect attribute data on extension owned tables being dumped

2020-09-04 Thread Andrew Dunstan
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. Branch -- REL_12_STABLE Details --- https://git.postgresql.or

pgsql: Collect attribute data on extension owned tables being dumped

2020-09-04 Thread Andrew Dunstan
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. Branch -- REL_13_STABLE Details --- https://git.postgresql.or

pgsql: Collect attribute data on extension owned tables being dumped

2020-09-04 Thread Andrew Dunstan
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. Branch -- master Details --- https://git.postgresql.org/pg/co