]> granicus.if.org Git - postgresql/commit
Since COPY fires triggers, it seems like a good idea for it to use
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 May 2002 22:59:01 +0000 (22:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 May 2002 22:59:01 +0000 (22:59 +0000)
commit6c6f395a8aca8a9525d62cbf46fbafd130bdb9e5
tree3441e3fff093efdb62b2ef19cac4371fe248c241
parent26fcd25c57cd56cd42f1cec73ede1198d1ca941b
Since COPY fires triggers, it seems like a good idea for it to use
a frozen (copied) snapshot too.  Move execMain's snapshot copying code
out into a subroutine in case we find other places that need it.
src/backend/commands/copy.c
src/backend/executor/execMain.c
src/backend/utils/time/tqual.c
src/include/utils/tqual.h