Re: Minor fixes for couple some comments around MERGE RETURNING - Mailing list pgsql-hackers

From David Rowley
Subject Re: Minor fixes for couple some comments around MERGE RETURNING
Date
Msg-id CAApHDvr3nNZvy6NJDVzm+O0G9jozWFTPYD6wEK39UxBy6p-R4A@mail.gmail.com
Whole thread Raw
In response to Minor fixes for couple some comments around MERGE RETURNING  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: Minor fixes for couple some comments around MERGE RETURNING
List pgsql-hackers
On Sun, 19 May 2024 at 15:20, David Rowley <dgrowleyml@gmail.com> wrote:
>
> I noticed that PlannedStmt.hasReturning and hasModifyingCTE have an
> outdated comment now that MERGE supports RETURNING (per commit
> c649fa24a)
>
> i.e. these two:
>
> > bool hasReturning; /* is it insert|update|delete RETURNING? */
>
> > bool hasModifyingCTE; /* has insert|update|delete in WITH? */

I've pushed the fix for that.

David



pgsql-hackers by date:

Previous
From: Andrei Lepikhov
Date:
Subject: Re: using extended statistics to improve join estimates
Next
From: Shubham Khanna
Date:
Subject: Re: Pgoutput not capturing the generated columns