Re: pg_dump bug for extension owned tables

From: Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com>
To: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pg_dump bug for extension owned tables
Date: 2020-08-06 20:11:49
Message-ID: CAFcNs+r8ezcNT+KQo2CyaFhA-2Qq_=gXW10T18eTJkArqAzAdw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jul 13, 2020 at 6:18 PM Fabrízio de Royes Mello <
fabriziomello(at)gmail(dot)com> wrote:

>
> On Mon, Jul 13, 2020 at 5:05 PM Andrew Dunstan <
> andrew(dot)dunstan(at)2ndquadrant(dot)com> wrote:
> >
> >
> > On 7/13/20 2:46 PM, Fabrízio de Royes Mello wrote:
> > >
> > >
> > > >
> > > > yeah, that's the fix I came up with too. The only thing I added was
> > > > "Assert(tbinfo->attgenerated);" at about line 2097.
> > > >
> > >
> > > Cool.
> > >
> > > >
> > > > Will wait for your TAP tests.
> > > >
> > >
> > > Actually I've sent it already but it seems to have gone to the
> > > moderation queue.
> > >
> > > Anyway attached with your assertion and TAP tests.
> > >
> > >
> >
> >
> >
> > Thanks, that all seems fine. The TAP test changes are a bit of a pain in
> > the neck before release 11, so I think I'll just do those back that far,
> > but the main fix for all live branches.
> >
>
> Sounds good to me.
>
>
Just added to the next commitfest [1] to make sure we'll not lose it.

Regards,

[1] https://commitfest.postgresql.org/29/2671/

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2020-08-06 20:22:23 Re: PROC_IN_ANALYZE stillborn 13 years ago
Previous Message Robert Haas 2020-08-06 20:03:48 Re: Parallel worker hangs while handling errors.