Fix some actual bugs exposed by compiler warnings.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 26 Oct 1998 01:03:24 +0000 (01:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 26 Oct 1998 01:03:24 +0000 (01:03 +0000)
commite1914d3dec408138969c8025f8aaf449cf3ff88b
tree5c1e1d498cd3bbf08a9c1bf972aaa714616caf12
parentadbe2db7a282e2ede117c378a8a96ddd2529f5f3
Fix some actual bugs exposed by compiler warnings.
(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...)
src/backend/utils/adt/network.c