Re: pg_dump bug for extension owned tables

Andrew Dunstan <andrew.dunstan@2ndquadrant.com>

From: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-06-26T14:24:33Z
Lists: pgsql-hackers
On 6/26/20 9:57 AM, Andrew Dunstan wrote:
> It appears that for extension owned tables tbinfo.attgenerated isn't
> being properly populated, so line 2050 in REL_12_STABLE, which is line
> 2109 in git tip, is failing.
>
>

Should have mentioned this is in src/bin/pg_dump/pg_dump.c


cheers


andrew


-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services




Commits

  1. Rethink recent fix for pg_dump's handling of extension config tables.