Обсуждение: pgsql: Remove null-pointer checks that are not needed.

Поиск
Список
Период
Сортировка

pgsql: Remove null-pointer checks that are not needed.

От
Michael Meskes
Дата:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8794bf1ca164e1be1554197b46c9ffc62d162fb8

Modified Files
--------------
src/interfaces/ecpg/ecpglib/data.c |    8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)