pgsql: Fix an ancient oversight in libpq's handling of V3-protocol COPY

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix an ancient oversight in libpq's handling of V3-protocol COPY
Date: 2008-01-14 18:46:25
Message-ID: 20080114184625.304A9754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/doc/src/sgml:
protocol.sgml (r1.66 -> r1.66.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/protocol.sgml?r1=1.66&r2=1.66.2.1)
pgsql/src/interfaces/libpq:
fe-protocol3.c (r1.29 -> r1.29.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-protocol3.c?r1=1.29&r2=1.29.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-01-14 18:46:33 pgsql: Fix an ancient oversight in libpq's handling of V3-protocol COPY
Previous Message Tom Lane 2008-01-14 18:46:17 pgsql: Fix an ancient oversight in libpq's handling of V3-protocol COPY