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

Robert Haas <rhaas@postgresql.org>

Commit: 5eb7c4d364c8733d20d7fc8a453a145ee6da10cf
Author: Robert Haas <rhaas@postgresql.org>
Date: 2013-04-26T12:59:40Z
Releases: 9.3.0
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.

Files

PathChange+/−
src/interfaces/libpq/fe-protocol3.c modified +8 −4