pgsql/src/backend/commands (copy.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands (copy.c)
Date: 2000-05-18 01:52:46
Message-ID: 200005180152.VAA72610@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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 ...

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2000-05-18 14:24:31 pgsql/contrib/findoidjoins (findoidjoins.c)
Previous Message Bruce Momjian - CVS 2000-05-17 18:30:05 pgsql/doc/src/sgml (trigger.sgml)