Move vacuumlazy.c into access/heap.

Andres Freund <andres@anarazel.de>

Commit: 285d8e12055f27bce5675e93fef365b6c337f2b3
Author: Andres Freund <andres@anarazel.de>
Date: 2019-01-15T20:06:19Z
Releases: 12.0
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.wchpu5muyto5n647@alap3.anarazel.de

Files

PathChange+/−
src/backend/access/heap/Makefile modified +2 −1
src/backend/access/heap/vacuumlazy.c (from src/backend/commands/vacuumlazy.c) renamed +3 −3
src/backend/commands/Makefile modified +1 −1
src/backend/commands/vacuum.c modified +1 −1
src/include/access/heapam.h modified +4 −0
src/include/commands/vacuum.h modified +0 −4

Discussion