Re: [PATCH] Fix NULL checking in check_TSCurrentConfig()

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCH] Fix NULL checking in check_TSCurrentConfig()
Дата
Msg-id 6109.1358739345@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [PATCH] Fix NULL checking in check_TSCurrentConfig()  (Xi Wang <xi.wang@gmail.com>)
Ответы Re: [PATCH] Fix NULL checking in check_TSCurrentConfig()  (Xi Wang <xi.wang@gmail.com>)
Список pgsql-hackers
Xi Wang <xi.wang@gmail.com> writes:
> The correct NULL check should use `*newval'; `newval' must be non-null.

Great catch, will commit.  (But first I'm looking through commit
2594cf0e to see if I made the same mistake anywhere else :-(.)

How did you find that, coverity or some such tool?
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Fix NULL checking in check_TSCurrentConfig()
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: [WIP] pg_ping utility