Re: [PATCH] Fix pg_dump emitting OVERRIDING SYSTEM VALUE for tables with dropped identity columns

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: wbernbaum(at)dwdev(dot)com
Cc: Andreas Karlsson <andreas(at)proxel(dot)se>, "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Fix pg_dump emitting OVERRIDING SYSTEM VALUE for tables with dropped identity columns
Date: 2026-09-02 01:14:32
Message-ID: CAHGQGwGv9ppUGn7=V9dwjq+d4PfuLsfX61GU6oKD7951dmCNyQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 2, 2026 at 4:14 AM William Bernbaum <wbernbaum(at)dwdev(dot)com> wrote:
> Sorry about that, and thanks for the pointer. Attached v2 is generated
> with git format-patch -v2 against current master, so git am should be
> happy with it.

Thanks for updating the patch! LGTM.

The reported issue seems to have existed since v14. So we should backpatch
the patch through v14? Or, since the issue seems harmless in practice,
it's sufficient to commit it only to master as an improvement?

Regards,

--
Fujii Masao

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message shihao zhong 2026-09-02 01:19:23 Re: another autovacuum scheduling thread
Previous Message Richard Guo 2026-09-02 01:03:33 Re: foreign_key test is sensitive to the OID counter