pgsql/src/backend/libpq pqcomm.c

Started by Tom Laneover 24 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 02/04/02 19:44:28

Modified files:
src/backend/libpq: pqcomm.c

Log message:
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...