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.
Showing
src/backend/libpq/pqformat.c
0 → 100644
src/include/libpq/pqformat.h
0 → 100644
Please register or sign in to comment