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

From Andreas Karlsson
Subject Re: ON CONFLICT DO SELECT (take 3)
Date
Msg-id 4dc3a95b-579f-4ad0-8d93-41ee232d1c3b@proxel.se
Whole thread Raw
In response to Re: ON CONFLICT DO SELECT (take 3)  (Marko Tiikkaja <marko@joh.to>)
List pgsql-hackers
On 11/19/25 8:06 PM, Marko Tiikkaja wrote:
> On Tue, Oct 7, 2025 at 2:57 PM Viktor Holmberg <v@viktorh.net> wrote:
>> This patch is 85% the work of Andreas Karlsson and the reviewers (Dean Rasheed, Joel Jacobson, Kirill Reshke) in
thisthread: https://www.postgresql.org/message-id/flat/2b5db2e6-8ece-44d0-9890-f256fdca9f7e%40proxel.se, which
unfortunatelyseems to have stalled. 
>
> This was also based on my work, and according to Andreas the first
> version was "very similar" to mine.

Yup! "My" patch was just Marko's patch rebased on PG17/PG18 and with
support for new PG features added, more tests and a couple of bugs
fixed. The original idea and huge parts of the patch are indeed Marko's.

I hope I never gave the impression otherwise. :)

Andreas



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Use strtoi64() in pgbench, replacing its open-coded implementation
Next
From: Sami Imseih
Date:
Subject: Re: Add mode column to pg_stat_progress_vacuum