pgsql: libpq: Fix a few bits that didn't get the memo about COPY BOTH.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: libpq: Fix a few bits that didn't get the memo about COPY BOTH.
Date: 2013-04-26 13:01:13
Message-ID: E1UViH3-0005xe-Cw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

libpq: Fix a few bits that didn't get the memo about COPY BOTH.

There's probably no real bug here at present, so not backpatching.
But it seems good to make these bits consistent with the rest of
libpq, so as to avoid future surprises.

Patch by me. Review by Tom Lane.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5eb7c4d364c8733d20d7fc8a453a145ee6da10cf

Modified Files
--------------
src/interfaces/libpq/fe-protocol3.c | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Joe Conway 2013-04-26 19:03:23 pgsql: Ensure that user created rows in extension tables get dumped if
Previous Message Tom Lane 2013-04-25 20:58:51 pgsql: Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY comm