Обсуждение: pgsql: Eliminate unnecessary NULL checks in picksplit method of intarra

Поиск
Список
Период
Сортировка

pgsql: Eliminate unnecessary NULL checks in picksplit method of intarra

От
Kevin Grittner
Дата:
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(-)