pgsql-server/ oc/src/sgml/protocol.sgml rc/bac ...

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ oc/src/sgml/protocol.sgml rc/bac ...
Date: 2003-08-13 18:56:21
Message-ID: 20030813185621.E83B9D1B58A@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/08/13 15:56:21

Modified files:
doc/src/sgml : protocol.sgml
src/backend/commands: copy.c
src/interfaces/libpq: fe-exec.c fe-protocol3.c libpq-int.h

Log message:
libpq failed to cope with COPY FROM STDIN if the command was issued
via extended query protocol, because it sends Sync right after Execute
without realizing that the command to be executed is COPY. There seems
to be no reasonable way for it to realize that, either, so the best fix
seems to be to make the backend ignore Sync during copy-in mode. Bit of
a wart on the protocol, but little alternative. Also, libpq must send
another Sync after terminating the COPY, if the command was issued via
Execute.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-08-13 23:59:49 pgsql-server/src/template unixware
Previous Message Tom Lane 2003-08-13 16:29:03 pgsql-server/ oc/src/sgml/libpq.sgml rc/interf ...