Thread: pgsql: Remove unnecessary NULL test.

pgsql: Remove unnecessary NULL test.

From
Robert Haas
Date:
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(-)