pgsql: Move vacuumlazy.c into access/heap.

Started by Andres Freundover 7 years ago1 messagescomitters
Jump to latest
#1Andres Freund
andres@anarazel.de

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: /messages/by-id/20180703070645.wchpu5muyto5n647@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/285d8e12055f27bce5675e93fef365b6c337f2b3

Modified Files
--------------
src/backend/access/heap/Makefile | 3 ++-
src/backend/{commands => access/heap}/vacuumlazy.c | 6 +++---
src/backend/commands/Makefile | 2 +-
src/backend/commands/vacuum.c | 2 +-
src/include/access/heapam.h | 4 ++++
src/include/commands/vacuum.h | 4 ----
6 files changed, 11 insertions(+), 10 deletions(-)