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:40 +0000 (18:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Jan 2008 18:46:40 +0000 (18:46 +0000)
commit47141c5b5834ccd06714f84dae64bd48a0f48615
treef0b18ec90a0175d62ff2782f2963e233436f8bc5
parent0baaca3db50e799c9b2b7d0087ba3a3b915b5626
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