Re: Dereference before NULL check (src/backend/storage/ipc/latch.c)

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: Dereference before NULL check (src/backend/storage/ipc/latch.c)
Дата
Msg-id CA+hUKGLYw9B30E=JexqEh2Azc++D55MqppC92Jq69b+9T2Up7A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Dereference before NULL check (src/backend/storage/ipc/latch.c)  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Ответы Re: Dereference before NULL check (src/backend/storage/ipc/latch.c)
Список pgsql-hackers
On Tue, Nov 3, 2020 at 12:50 AM Kyotaro Horiguchi
<horikyota.ntt@gmail.com> wrote:
> With the fix patch, it changes to:
>
> [16632] LOG:  FALSE LATCH: 0000000000000000

Nice repo.  But is it OK to not reset the Win32 event in this case?
Does it still work correctly if you wait on the latch after that
happened, and perhaps after the PG latch is reset?



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Split copy.c
Следующее
От: "Hou, Zhijie"
Дата:
Сообщение: RE: psql \df choose functions by their arguments