]> 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:49 +0000 (18:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Jan 2008 18:46:49 +0000 (18:46 +0000)
commitd85096ce12965d5b642d524b3b930caa0e932dec
treec19464a65d1425c170df7dac146de15ef5833e86
parentec59b6deb8f5cee83d2f6f3155855a06c77a050c
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