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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: libpq: Fix a few bits that didn't get the memo about COPY BOTH.
Дата
Msg-id E1UViH3-0005xe-Cw@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY comm
Следующее
От: Joe Conway
Дата:
Сообщение: pgsql: Ensure that user created rows in extension tables get dumped if