Move vacuumlazy.c into access/heap.
Andres 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: https://postgr.es/m/20180703070645.wchpu5muyto5n647@alap3.anarazel.de
Files
| Path | Change | +/− |
|---|---|---|
| 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
- Pluggable Storage - Andres's take 179 messages · 2018-07-03 → 2019-08-17