Move vacuumlazy.c into access/heap/
authorAndres Freund <[email protected]>
Wed, 3 Oct 2018 15:01:02 +0000 (08:01 -0700)
committerAndres Freund <[email protected]>
Tue, 11 Dec 2018 00:48:56 +0000 (16:48 -0800)
commit627348cb28788d9a54859e01abe90aafe9f44011
treea4e52a13fd5b07b7fd7231039eda469398ec8443
parent8c4abacbe4bfe2ae5435ed6ac5c30b2e6b6eed11
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:
Reviewed-By:
Discussion: https://postgr.es/m/
Backpatch:
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