]> granicus.if.org Git - postgresql/commit
Suppress duplicate error messages in pq_flush. Write error messages to
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 12 Nov 2001 04:54:08 +0000 (04:54 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 12 Nov 2001 04:54:08 +0000 (04:54 +0000)
commit7be18072db0d7c1eb4e3fdecdc8f64682c66852b
treed79ae5148b481696f2427fd74280f52ee66d6252
parent1131ba3135e9435a529a15c60fc3806d4e1ae72f
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.
src/backend/libpq/pqcomm.c