Re: pg_dump crash on identity sequence with not loaded attributes - Mailing list pgsql-bugs

From Tom Lane
Subject Re: pg_dump crash on identity sequence with not loaded attributes
Date
Msg-id 66804.1733844592@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_dump crash on identity sequence with not loaded attributes  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pg_dump crash on identity sequence with not loaded attributes
List pgsql-bugs
Artur Zakirov <zaartur@gmail.com> writes:
> On Mon, 9 Dec 2024 at 22:51, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> -       if (owning_tab->dobj.dump == DUMP_COMPONENT_NONE &&
>> +       if ((owning_tab->dobj.dump & DUMP_COMPONENT_DEFINITION) &&

> I think it is necessary to use negation in this condition.

D'oh, of course.  But what's your thoughts on the other points?
Is this what we want to do at all?

            regards, tom lane



pgsql-bugs by date:

Previous
From: "Euler Taveira"
Date:
Subject: Re: postgres 16 index double variable seems to fail. postgres 15 OK
Next
From: Peter Eisentraut
Date:
Subject: Re: pg_dump crash on identity sequence with not loaded attributes