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

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема pgsql: Remove null-pointer checks that are not needed.
Дата
Msg-id E1YQZxB-0008Pe-Eb@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: pgsql: Support more commands in event triggers
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix dumping of views that are just VALUES(...) but have column a