Move vacuumlazy.c into access/heap.
authorAndres Freund <[email protected]>
Tue, 15 Jan 2019 20:06:19 +0000 (12:06 -0800)
committerAndres Freund <[email protected]>
Tue, 15 Jan 2019 20:06:19 +0000 (12:06 -0800)
commit285d8e12055f27bce5675e93fef365b6c337f2b3
treeddfaa994ec647460be3247289c80caa53719a74f
parent148e632c05412aa46b450d31cc598a0a33222792
Move vacuumlazy.c into access/heap.

It's heap table storage specific code that can't realistically be
generalized into table AM agnostic code.

Author: Andres Freund
Discussion: https://postgr.es/m/20180703070645[email protected]
src/backend/access/heap/Makefile
src/backend/access/heap/vacuumlazy.c [moved from src/backend/commands/vacuumlazy.c with 99% similarity]
src/backend/commands/Makefile
src/backend/commands/vacuum.c
src/include/access/heapam.h
src/include/commands/vacuum.h