]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Revise backend libpq interfaces so that messages to the frontend
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Apr 1999 03:19:27 +0000 (03:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 25 Apr 1999 03:19:27 +0000 (03:19 +0000)
commit95cc41b81dd3917a1b9bb0b7c9cbe231d2557760
tree528782b9d55a9ceb7acbe4cc55c0699514ab284d
parentfc08814e00c04cddad512494bb52d9266928619e
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.
18 files changed:
src/backend/access/common/printtup.c
src/backend/commands/async.c
src/backend/commands/copy.c
src/backend/commands/explain.c
src/backend/lib/stringinfo.c
src/backend/libpq/portal.c
src/backend/libpq/pqcomm.c
src/backend/libpq/pqcomprim.c [deleted file]
src/backend/libpq/pqformat.c [new file with mode: 0644]
src/backend/nodes/outfuncs.c
src/backend/tcop/dest.c
src/backend/tcop/fastpath.c
src/backend/tcop/postgres.c
src/backend/utils/error/elog.c
src/include/lib/stringinfo.h
src/include/libpq/libpq.h
src/include/libpq/pqcomm.h
src/include/libpq/pqformat.h [new file with mode: 0644]