Remove null-pointer checks that are not needed.
Michael Meskes <meskes@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ecpglib/data.c | modified | +4 −4 |