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

From Robert Haas
Subject pgsql: libpq: Fix a few bits that didn't get the memo about COPY BOTH.
Date
Msg-id E1UViH3-0005xe-Cw@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY comm
Next
From: Joe Conway
Date:
Subject: pgsql: Ensure that user created rows in extension tables get dumped if