Eliminate unnecessary NULL checks in picksplit method of intarray.
Kevin Grittner <kgrittn@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| contrib/intarray/_int_gist.c | modified | +5 −11 |