Remove null-pointer checks that are not needed.

Michael Meskes <meskes@postgresql.org>

Commit: 8794bf1ca164e1be1554197b46c9ffc62d162fb8
Author: Michael Meskes <meskes@postgresql.org>
Date: 2015-02-25T10:50:28Z
Releases: 9.5.0
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.

Files

PathChange+/−
src/interfaces/ecpg/ecpglib/data.c modified +4 −4