Re: INSERT ... ON CONFLICT DO SELECT [FOR ...] take 2

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Joel Jacobson <joel(at)compiler(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Marko Tiikkaja <marko(at)joh(dot)to>
Subject: Re: INSERT ... ON CONFLICT DO SELECT [FOR ...] take 2
Date: 2025-03-05 02:32:57
Message-ID: 16551b07-a78d-43f1-9a73-2048dc90b9e8@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 3/4/25 10:24 AM, Andreas Karlsson wrote:
> Rebased the patch to add support for OLD.* and NEW.*.

Apparently the CI did not like that version.

Andreas

Attachment Content-Type Size
v6-0001-Add-support-for-ON-CONFLICT-DO-SELECT-FOR.patch text/x-patch 51.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2025-03-05 02:43:28 Re: MergeJoin beats HashJoin in the case of multiple hash clauses
Previous Message Alexander Korotkov 2025-03-05 02:27:20 Re: Considering fractional paths in Append node