]> granicus.if.org Git - postgresql/commit
Remove unnecessary NULL test.
authorRobert Haas <rhaas@postgresql.org>
Fri, 26 Jun 2015 18:45:32 +0000 (14:45 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 26 Jun 2015 18:46:48 +0000 (14:46 -0400)
commit8a8c581a8c99b9beecbdc517957da866f427f297
treec22255a21035d74bb7c768bf5c98763f121f0b16
parent31c018ecda9f40fe80055d8ba95248c023593fb4
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.
src/bin/pg_upgrade/controldata.c