Revise backend libpq interfaces so that messages to the frontend

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

Commit: 95cc41b81dd3917a1b9bb0b7c9cbe231d2557760
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-04-25T03:19:27Z
Releases: 7.1.1
Revise backend libpq interfaces so that messages to the frontend
can be generated in a buffer and then sent to the frontend in a single
libpq call.  This solves problems with NOTICE and ERROR messages generated
in the middle of a data message or COPY OUT operation.

Files