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