pgsql/src/backend/commands (copy.c) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/commands (copy.c)
Date
Msg-id 200005180152.VAA72610@hub.org
Whole thread Raw
List pgsql-committers
  Date: Wednesday, May 17, 2000 @ 21:52:45
Author: tgl

Update of /usr/local/cvsroot/pgsql/src/backend/commands
     from hub.org:/home/tmp/cvs-serv72603

Modified Files:
    copy.c

-----------------------------  Log Message  -----------------------------

Reduce COPY IN lock from AccessExclusive to a more reasonable
RowExclusive (my fault).  Also, install a check to prevent people
from trying COPY BINARY to stdout/from stdin.  No way that will
work unless we redesign the frontend COPY protocol ... which is
not worth the trouble in the near future ...

pgsql-committers by date:

Previous
From: Bruce Momjian - CVS
Date:
Subject: pgsql/doc/src/sgml (trigger.sgml)
Next
From: Bruce Momjian - CVS
Date:
Subject: pgsql/src/interfaces/libpgeasy (libpgeasy.c libpgeasy.h libpgeasy.3)