[PATCH] Fix Null pointer dereferences (pgoutput.c)

Поиск
Список
Период
Сортировка
От Ranier Vilela
Тема [PATCH] Fix Null pointer dereferences (pgoutput.c)
Дата
Msg-id CAEudQApO0n2k7HCchZo0AU9iFRbK8BdzNEftcP=uqHo=_kZ9Gg@mail.gmail.com
обсуждение исходный текст
Ответы Re: [PATCH] Fix Null pointer dereferences (pgoutput.c)
Список pgsql-hackers
Hi,

Per Coverity.

If test oldtuple can be NULL, I mean it can really be NULL.
On DELETE process, if oldtuple is NULL, log error and continue.
So UPDATE must have the same treatment.

regards,
Ranier Vilela
Вложения

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

Предыдущее
От: Juan José Santamaría Flecha
Дата:
Сообщение: Re: PG compilation error with Visual Studio 2015/2017/2019
Следующее
От: Tom Lane
Дата:
Сообщение: Re: More efficient RI checks - take 2