Re: ON CONFLICT DO SELECT (take 3) - Mailing list pgsql-hackers

From Dean Rasheed
Subject Re: ON CONFLICT DO SELECT (take 3)
Date
Msg-id CAEZATCXmsStsRUTxEiKQ43mpEUsLXHs6EQcoCLgG4WEXcx6kJg@mail.gmail.com
Whole thread Raw
In response to Re: ON CONFLICT DO SELECT (take 3)  ("v@viktorh.net" <v@viktorh.net>)
List pgsql-hackers
On Mon, 17 Nov 2025 at 10:00, v@viktorh.net <v@viktorh.net> wrote:
>
> One question - why break out the OnConflictSet/ActionState rename to a separate commit? Previously, it only did Set
(inupdate) so it’s naming did make sense. 
>

I know that some committers tend to prefer smaller commits than me,
but FWIW, I wouldn't bother splitting out something like this, since
it doesn't really provide any benefit by itself, or really make much
sense without the rest of the patch.

P.S. The convention on these mailing lists is to not top-post, but
instead reply in-line and trim, like this.

Regards,
Dean



pgsql-hackers by date:

Previous
From: Holger Hoffstätte
Date:
Subject: Re: [PATCH] jit: fix build with LLVM-21
Next
From: Chao Li
Date:
Subject: Fix a couple of misspellings in comments of logic replication