Collect attribute data on extension owned tables being dumped

Andrew Dunstan <andrew@dunslane.net>

Commit: 616110eac3b5d939954391c5e9330ce9432502e4
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2020-09-04T17:55:03Z
Releases: 12.5
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