Обсуждение: pgsql/src/backend/commands (copy.c)

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

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

От
Tom Lane
Дата:
  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 ...