Обсуждение: pgsql: libpq: Fix a few bits that didn't get the memo about COPY BOTH.

Поиск
Список
Период
Сортировка

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

От
Robert Haas
Дата:
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(-)