pgsql/src/backend/libpq pqformat.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/libpq pqformat.c
Date: 2001-04-16 01:46:57
Message-ID: 200104160146.f3G1kvQ15640@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/04/15 21:46:57

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

Log message:
Remove error report from pq_endmessage when pq_putmessage fails. The
only possible failure is in pq_flush, which will log a (better!) report
anyway --- so pq_endmessage is just cluttering the log with a redundant
entry. This matters when a client crashes partway through a large query,
since we will emit many broken-pipe reports before finishing the query
and exiting.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-04-16 02:42:02 pgsql/src/backend/utils init/miscinit.c mb/mbu ...
Previous Message Bruce Momjian - CVS 2001-04-16 01:36:51 pgsql/doc TODO