pgsql/src/backend/libpq pqcomm.c

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/libpq pqcomm.c
Date: 2001-11-12 04:54:08
Message-ID: 200111120454.fAC4s8t92970@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/11/11 23:54:08

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

Log message:
Suppress duplicate error messages in pq_flush. Write error messages to
postmaster log with elog(DEBUG) so that they will be timestamped etc.
Once upon a time I think elog() was unsafe here, but it shouldn't be anymore.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-11-12 04:58:36 Re: pgsql/src include/libpq/libpq-be.h backend/lib ...
Previous Message tgl 2001-11-12 04:29:23 pgsql/src/backend/libpq hba.c