Re: 回复:Fix missing initialization of delayChkptEnd

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: 回复:Fix missing initialization of delayChkptEnd
Дата
Msg-id ZH8WMLiPja+OKcPt@paquier.xyz
обсуждение исходный текст
Ответ на Re: 回复:Fix missing initialization of delayChkptEnd  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Список pgsql-hackers
On Tue, Jun 06, 2023 at 03:13:14PM +0900, Kyotaro Horiguchi wrote:
> After a quick check through the 14 tree, then compaing with the
> corresponding parts of 15, it hit me that ProcArrayClearTransaction()
> needs an assertion on the variable.  Other than that, the patch looks
> good to me.

Yeah, it feels wrong to check only after delayChkpt in this code
path.  I'll look at that tomorrow.
--
Michael

Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Simplify pg_collation.collversion for Windows libc
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Do we want a hashset type?