]> granicus.if.org Git - postgresql/commit
libpq: Fix a few bits that didn't get the memo about COPY BOTH.
authorRobert Haas <rhaas@postgresql.org>
Fri, 26 Apr 2013 12:57:47 +0000 (08:57 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 26 Apr 2013 12:59:40 +0000 (08:59 -0400)
commit5eb7c4d364c8733d20d7fc8a453a145ee6da10cf
tree84cd9607c30db8e61f2e082b71560e3302d2a157
parentc3d09b3bd23f5f65b5eb8124a3c7592dad85a50c
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.
src/interfaces/libpq/fe-protocol3.c