Re: COPY FROM ON_ERROR SET_NULL bypasses domain NOT NULL with partial column list - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: COPY FROM ON_ERROR SET_NULL bypasses domain NOT NULL with partial column list
Date
Msg-id CAHGQGwE3xN3y96aneJ2Dawr2REsa8T+NvUR1daGfkKwbtF_kWQ@mail.gmail.com
Whole thread
In response to Re: COPY FROM ON_ERROR SET_NULL bypasses domain NOT NULL with partial column list  (Chao Li <li.evan.chao@gmail.com>)
List pgsql-hackers
On Tue, May 19, 2026 at 7:28 AM Chao Li <li.evan.chao@gmail.com> wrote:
> I also found this bug and reported it here [1]. I just reviewed v2, the code change of the fix itself is exactly the
sameas my version in [1]. The new test is slightly different from my version, but I think that also works. 

Thanks for the review! I've pushed the patch.

Regards,

--
Fujii Masao



pgsql-hackers by date:

Previous
From: "Greg Burd"
Date:
Subject: Re: duckdb has extensible parser
Next
From: Chao Li
Date:
Subject: Re: Fix SPLIT PARTITION bound-overlap bug and other improvements