support for MERGE - Mailing list pgsql-hackers

From Ranier Vilela
Subject support for MERGE
Date
Msg-id CAEudQAqTTAOzXiYybab+1DQOb3ZUuK99=p_KD+yrRFhcDbd0jg@mail.gmail.com
Whole thread Raw
Responses Re: support for MERGE  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers

On 2022-Mar-28, Alvaro Herrera wrote:

>> I intend to get this pushed after lunch.

>Pushed, with one more change: fetching the tuple ID junk attribute in
>ExecMerge was not necessary, since we already had done that in
>ExecModifyTable. We just needed to pass that down to ExecMerge, and
>make sure to handle the case where there isn't one.

Hi,

I think that there is an oversight at 7103ebb
There is no chance of Assert preventing this bug.

regards,
Ranier Vilela
Attachment

pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: unlogged sequences
Next
From: Andres Freund
Date:
Subject: Re: Removing more vacuumlazy.c special cases, relfrozenxid optimizations