Re: [PATCH] no table rewrite when set column type to constrained domain - Mailing list pgsql-hackers

From jian he
Subject Re: [PATCH] no table rewrite when set column type to constrained domain
Date
Msg-id CACJufxGGdsU4V0KG-gusH_kzTKdFSWPq4a1ymL5npO8hhYR2Lw@mail.gmail.com
Whole thread
In response to Re: [PATCH] no table rewrite when set column type to constrained domain  (solai v <solai.cdac@gmail.com>)
List pgsql-hackers
On Thu, Jul 9, 2026 at 1:38 PM solai v <solai.cdac@gmail.com> wrote:
>
> Hi Jian,
>
> Thanks for the update.
>
> I tried applying the v7 patch on current master (cbf9a72993e), but it
> doesn't apply cleanly. Most of the patch applies, however there are
> rejected hunks in src/backend/commands/copyfrom.c,
> src/backend/commands/tablecmds.c, and the fast_default regression test
> files.
>
> Could you please check if the patch needs a rebase or if there is a
> prerequisite patch?
>

It should work, since all CI tests succeeded;
See https://github.com/postgresql-cfbot/postgresql/actions/runs/29149084009/attempts/1

Maybe your source tree is not clean.



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: equalPolicy() doesn't compare the permissive flag
Next
From: Amit Kapila
Date:
Subject: Re: sequencesync worker race with REFRESH SEQUENCES