pgsql: Remove unnecessary NULL test. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Remove unnecessary NULL test.
Date
Msg-id E1Z8Yes-0001kR-90@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: release notes: Combine items for pg_upgrade and pg_upgrade_suppo
Next
From: Robert Haas
Date:
Subject: pgsql: release notes: Add entry for commit 5ea86e6e6.