pgsql/src backend/commands/Makefile backend/co ...

Started by Tom Laneabout 25 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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.