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:33 +0000 (18:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Jan 2008 18:46:33 +0000 (18:46 +0000)
commit190bdc06e15068dfc933cba83926eb551aebdeec
treee2248ad935976ae18d1282bcc7a2bb71c8334818
parent8577cf80d1ac1ebbadcc0d869d3db075ccfba7a3
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