Re: [BUG] ON CONFLICT DO UPDATE SET x = EXCLUDED. errors or silently writes NULL - Mailing list pgsql-hackers

From Dean Rasheed
Subject Re: [BUG] ON CONFLICT DO UPDATE SET x = EXCLUDED. errors or silently writes NULL
Date
Msg-id CAEZATCVpD24d13opa6ghuJ8y10cOqG81MVU-gZZxtG-9L4EuTw@mail.gmail.com
Whole thread
In response to Re: [BUG] ON CONFLICT DO UPDATE SET x = EXCLUDED. errors or silently writes NULL  (SATYANARAYANA NARLAPURAM <satyanarlapuram@gmail.com>)
List pgsql-hackers
On Mon, 20 Apr 2026 at 01:55, SATYANARAYANA NARLAPURAM
<satyanarlapuram@gmail.com> wrote:
>
>> Attached is a v2 patch doing it that way, with the same tests, which all pass.
>
> Reran the failing tests and they all passed. Additionally ran the regression tests.
>  Patch looks good to me.
>

Thanks for checking. Patch pushed and back-patched to v18.

Regards,
Dean



pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: Fix pg_upgrade to detect invalid logical replication slots on PG19
Next
From: Arseniy Mukhin
Date:
Subject: Re: amcheck support for BRIN indexes