Collect attribute data on extension owned tables being dumped

Andrew Dunstan <andrew@dunslane.net>

Commit: 3eb3d3e7822d5eecfcaba871a90263c6025c5216
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2020-09-04T17:54:54Z
Releases: 14.0
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