Collect attribute data on extension owned tables being dumped

Andrew Dunstan <andrew@dunslane.net>

Commit: 72857482c135677703111855f33550c442108eaa
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2020-09-04T17:55:11Z
Releases: 13.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