Fix boolean assignment of return values to use "FALSE" rather than the
authorThomas G. Lockhart <lockhart@alumni.caltech.edu>
Thu, 15 Apr 1999 02:20:50 +0000 (02:20 +0000)
committerThomas G. Lockhart <lockhart@alumni.caltech.edu>
Thu, 15 Apr 1999 02:20:50 +0000 (02:20 +0000)
commitb03a024ebbaf12d21fed67d7e335a95b30fc7021
tree32b6386ca3325061b32fed40f1c788feaa74bbec
parentfbcaf6d5f8a2a15e45416b48973f4a5b1dc8f7e5
Fix boolean assignment of return values to use "FALSE" rather than the
 mis-copied "NULL", which happens to have the same binary value.
Previously, gcc gave non-fatal warnings.
src/backend/utils/adt/network.c