1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

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.
This commit is contained in:
Robert Haas
2015-06-26 14:45:32 -04:00
parent 31c018ecda
commit 8a8c581a8c

View File

@ -402,8 +402,7 @@ get_control_data(ClusterInfo *cluster, bool live_check)
}
}
if (output)
pclose(output);
pclose(output);
/*
* Restore environment variables