Re: Minor fixes for couple some comments around MERGE RETURNING

Поиск
Список
Период
Сортировка
От Dean Rasheed
Тема Re: Minor fixes for couple some comments around MERGE RETURNING
Дата
Msg-id CAEZATCUfJUE0sYWMHP-6X=_PFzZ-m4AX4V98B-yCSRzA6A-nEg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Minor fixes for couple some comments around MERGE RETURNING  (David Rowley <dgrowleyml@gmail.com>)
Список pgsql-hackers
On Thu, 23 May 2024 at 04:26, David Rowley <dgrowleyml@gmail.com> wrote:
>
> 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.
>

Thanks for taking care of that.

I found another couple of similar comments that also needed updating,
so I've pushed a fix for them too.

Regards,
Dean



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: [PATCH]A minor improvement to the error-report in SimpleLruWriteAll()
Следующее
От: Peter Smith
Дата:
Сообщение: Re: Pgoutput not capturing the generated columns