]> granicus.if.org Git - postgresql/commit
Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Jan 2008 18:46:17 +0000 (18:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Jan 2008 18:46:17 +0000 (18:46 +0000)
commit5c7671425fc3d423b66ce6308730685c2a7d8a64
treebe14501405d4d7fd8e4869e35540a1fccef73ac2
parent7aa4164363f48c9a8345a0fda48e21de75f499d6
Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode:
we need to be able to swallow NOTICE messages, and potentially also
ParameterStatus messages (although the latter would be a bit weird),
without exiting COPY OUT state.  Fix it, and adjust the protocol documentation
to emphasize the need for this.  Per off-list report from Alexander Galler.
doc/src/sgml/protocol.sgml
src/interfaces/libpq/fe-protocol3.c