CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl@hub.org 01/07/13 18:55:59
Modified files:
src/backend/commands: Makefile vacuum.c
src/include/commands: vacuum.h
Added files:
src/backend/commands: vacuumlazy.c
Log message:
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.