Move index vacuum routines to vacuum.c.
Amit Kapila <akapila@postgresql.org>
Move index vacuum routines to vacuum.c. An upcoming patch moves parallel vacuum code out of vacuumlazy.c. This code restructuring will allow both lazy vacuum and parallel vacuum to use index vacuum functions. Author: Masahiko Sawada Reviewed-by: Hou Zhijie, Amit Kapila Discussion: https://www.postgresql.org/message-id/20211030212101.ae3qcouatwmy7tbr%40alap3.anarazel.de
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/heap/vacuumlazy.c | modified | +23 −150 |
| src/backend/commands/vacuum.c | modified | +150 −4 |
| src/include/commands/vacuum.h | modified | +22 −0 |
| src/tools/pgindent/typedefs.list | modified | +1 −1 |
Discussion
- parallel vacuum comments 98 messages · 2021-10-30 → 2021-12-24