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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
