]> granicus.if.org Git - postgresql/commit
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)
commit0bdf46a37f9c04f846bf6351bd6723de28b2d9ce
tree674236ebf8f3d5ef88a61ad92ac6a43b46626b15
parent3d87216ab9e766549bf1bfa01cbc2677a1e5b6dd
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