Re: COPY FROM ON_ERROR SET_NULL bypasses domain NOT NULL with partial column list

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: jian he <jian(dot)universality(at)gmail(dot)com>, SATYANARAYANA NARLAPURAM <satyanarlapuram(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: COPY FROM ON_ERROR SET_NULL bypasses domain NOT NULL with partial column list
Date: 2026-05-19 01:13:22
Message-ID: CAHGQGwE3xN3y96aneJ2Dawr2REsa8T+NvUR1daGfkKwbtF_kWQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, May 19, 2026 at 7:28 AM Chao Li <li(dot)evan(dot)chao(at)gmail(dot)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 same as 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2026-05-19 02:50:03 Re: Fix SPLIT PARTITION bound-overlap bug and other improvements
Previous Message Greg Burd 2026-05-19 00:12:33 Re: duckdb has extensible parser