Eliminate unnecessary NULL checks in picksplit method of intarray.

Kevin Grittner <kgrittn@postgresql.org>

Commit: c923e82a231ebfe7c4329984c68819e26837bee6
Author: Kevin Grittner <kgrittn@postgresql.org>
Date: 2015-02-16T21:26:23Z
Releases: 9.5.0
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

Files

PathChange+/−
contrib/intarray/_int_gist.c modified +5 −11