Thread

  1. Re: ON CONFLICT DO SELECT (take 3)

    Dean Rasheed <dean.a.rasheed@gmail.com> — 2025-11-17T11:36:17Z

    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 (in update) 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