OSDN Git Service

Initial implementation of concurrent VACUUM. Ifdef'd out for the moment,
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Jul 2001 22:55:59 +0000 (22:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 13 Jul 2001 22:55:59 +0000 (22:55 +0000)
commit4046e58c2478cfcdd4334e2c282b5a42f047ea0b
tree788bd1f33ea9b6e82541abfc05a637e466201836
parent20ca834ce90e12f944679860b28fb5a6000c2f0f
Initial implementation of concurrent VACUUM.  Ifdef'd out for the moment,
because index locking issues are not handled correctly yet.  Need to go
work on the index AMs next.
src/backend/commands/Makefile
src/backend/commands/vacuum.c
src/backend/commands/vacuumlazy.c [new file with mode: 0644]
src/include/commands/vacuum.h