Re: Unneeded NULL-pointer check in FreeSpaceMapTruncateRel

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Unneeded NULL-pointer check in FreeSpaceMapTruncateRel
Дата
Msg-id 20150630125726.GU30708@awork2.anarazel.de
обсуждение исходный текст
Ответ на Unneeded NULL-pointer check in FreeSpaceMapTruncateRel  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: Unneeded NULL-pointer check in FreeSpaceMapTruncateRel
Список pgsql-hackers
Hi,

On 2015-06-30 21:53:07 +0900, Michael Paquier wrote:
> In the category of nitpicky-code-style-issues, FreeSpaceMapTruncateRel
> is doing a NULL-pointer check for something that has been dereferenced
> on all the code paths leading to this check.
> (Yes, that's not interesting for common humans, Coverity sees things
> based on correctness).

Can you, in the future, batch these together into one thread, perhaps
with one message below an introductory one for each patch? Unless
they'll get applied immediately it'll be hard to follow the different
threads.

Greetings,

Andres Freund



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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Missing checks on return value of timestamp2tm in datetime.c
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Exposing PG_VERSION_NUM in pg_config