pgsql: Remove unnecessary NULL test.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Remove unnecessary NULL test.
Дата
Msg-id E1Z8Yes-0001kR-90@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove unnecessary NULL test.

Spotted by Coverity and reported by Michael Paquier.  Per discussion,
we don't necessarily care about making Coverity happy in all such
instances, but we can go ahead and change them where it otherwise
seems to improve the code.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8a8c581a8c99b9beecbdc517957da866f427f297

Modified Files
--------------
src/bin/pg_upgrade/controldata.c |    3 +--
1 file changed, 1 insertion(+), 2 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: release notes: Combine items for pg_upgrade and pg_upgrade_suppo
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: release notes: Add entry for commit 5ea86e6e6.