postgresql/src/interfaces
Robert Haas b43bf617fd Tweak PQresStatus() to avoid a clang compiler warning.
The previous test for status < 0 test is in fact testing nothing if the
compiler considers an enum to be an unsigned data type.  clang doesn't
like tautologies, so do this instead.

Report by Peter Geoghegan, fix as suggested by Tom Lane.
2011-08-05 12:06:29 -04:00
..
ecpg Adapted expected result for latest change to ecpglib. 2011-07-18 19:08:27 +02:00
libpq Tweak PQresStatus() to avoid a clang compiler warning. 2011-08-05 12:06:29 -04:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00