pgsql: Eliminate unnecessary NULL checks in picksplit method of intarra

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема pgsql: Eliminate unnecessary NULL checks in picksplit method of intarra
Дата
Msg-id E1YNTEJ-0006qb-GR@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Eliminate unnecessary NULL checks in picksplit method of intarray.

Where these checks were being done there was no code path which
could leave them NULL.

Michael Paquier per Coverity

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c923e82a231ebfe7c4329984c68819e26837bee6

Modified Files
--------------
contrib/intarray/_int_gist.c |   16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix misuse of memcpy() in check_ip().
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: pg_upgrade: quote directory names in delete_old_cluster script