summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/network.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Re-fix test for negative-integer return code that should beTom Lane1998-10-291-2/+2
| | | | testing for null-pointer return code...
* D'Arcy INET fix.Bruce Momjian1998-10-291-6/+4
|
* Fix some actual bugs exposed by compiler warnings.Tom Lane1998-10-261-5/+5
| | | | | | (Someone forgot whether their subroutine signaled errors by a NULL pointer return value, or a negative integer... I'm surprised gcc -Wall doesn't catch this...)
* INET/CIDR cleanup from D'Arcy.Bruce Momjian1998-10-221-0/+484