Re: Minor fixes for couple some comments around MERGE RETURNING

2024-05-22 Thread David Rowley
On Sun, 19 May 2024 at 15:20, David Rowley 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? */ > > >

Minor fixes for couple some comments around MERGE RETURNING

2024-05-18 Thread David Rowley
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? */