Further work on elog cleanup: fix some bogosities in elog's logic about

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 36f693ec69bd412817021ae530c729b414822ebc
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-03-04T01:46:04Z
Releases: 7.3.1
Further work on elog cleanup: fix some bogosities in elog's logic about
when to send what to which, prevent recursion by introducing new COMMERROR
elog level for client-communication problems, get rid of direct writes
to stderr in backend/libpq files, prevent non-error elogs from going to
client during the authentication cycle.

Files