Remove null-pointer checks that are not needed.
authorMichael Meskes <meskes@postgresql.org>
Wed, 25 Feb 2015 10:46:15 +0000 (11:46 +0100)
committerMichael Meskes <meskes@postgresql.org>
Wed, 25 Feb 2015 10:50:28 +0000 (11:50 +0100)
commit8794bf1ca164e1be1554197b46c9ffc62d162fb8
treeefdb20bcfaba4099b9288518ca8b8225e65871c3
parentd809fd0008a2e26de463f47b7aba0365264078f3
Remove null-pointer checks that are not needed.

If a pointer is guaranteed to carry information there is no need to check
for NULL again. Patch by Michael Paquier.
src/interfaces/ecpg/ecpglib/data.c