Re: pg_dump bug for extension owned tables - Mailing list pgsql-hackers

From Fabrízio de Royes Mello
Subject Re: pg_dump bug for extension owned tables
Date
Msg-id CAFcNs+rKfjwv6RGt8bBnrNVPqORG3iff3Oz3OcU0J1gKzjBmiw@mail.gmail.com
Whole thread Raw
In response to Re: pg_dump bug for extension owned tables  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Responses Re: pg_dump bug for extension owned tables  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
List pgsql-hackers

On Fri, Jun 26, 2020 at 11:24 AM Andrew Dunstan <andrew.dunstan@2ndquadrant.com> wrote:
>
>
> 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
>

Having a look on it.

--
   Fabrízio de Royes Mello         Timbira - http://www.timbira.com.br/
   PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Default setting for enable_hashagg_disk
Next
From: Tom Lane
Date:
Subject: Re: should libpq also require TLSv1.2 by default?