aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/network.c
Commit message (Collapse)AuthorAge
...
* Fix for no platform NAN.Bruce Momjian1999-01-01
|
* Re-fix test for negative-integer return code that should beTom Lane1998-10-29
| | | | testing for null-pointer return code...
* D'Arcy INET fix.Bruce Momjian1998-10-29
|
* Fix some actual bugs exposed by compiler warnings.Tom Lane1998-10-26
| | | | | | (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-22