]> granicus.if.org Git - postgresql/commit
Reduce COPY IN lock from AccessExclusive to a more reasonable
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 May 2000 01:52:45 +0000 (01:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 18 May 2000 01:52:45 +0000 (01:52 +0000)
commitba26aeebc13b5ed9cf4d008f676f1df1ef49bb43
tree49fcf043c3d1fa030a6f36418062b354b239511e
parent52d95db1a3ffbd557811607f923278644ad28c11
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 ...
src/backend/commands/copy.c