]> granicus.if.org Git - postgresql/commit
Replace perror() calls by elog()s, so that messages can be routed to
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Apr 2002 00:44:27 +0000 (00:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Apr 2002 00:44:27 +0000 (00:44 +0000)
commit3d7755c8e939ab9e8315fea297ee6aadcd6ad656
tree917b65305cba940a540cb636d7feb008d3e6a42b
parentf764869ad06f4c237c9416d30f99118c61593b45
Replace perror() calls by elog()s, so that messages can be routed to
syslog when appropriate.  These were the last perror() calls remaining
in the backend; let's not reintroduce any...
src/backend/libpq/pqcomm.c