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)
commitc212cb450b974983abb47e6f1a60fd8aa671dc08
tree1c6b890da3a4cc0794899eac6dcf270a35c065c8
parentbb517e522cb02858b3decbcef26845ccf303fd0f
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