diff options
author | Amit Kapila | 2021-12-22 02:25:14 +0000 |
---|---|---|
committer | Amit Kapila | 2021-12-22 02:25:14 +0000 |
commit | cc8b25712b5ed8809048c7e209882bb0981214d6 (patch) | |
tree | 43db261c3bcca5f99b7fdf624bb24a2b58e9b6f7 /src/tools/pgindent | |
parent | 0f2abd05441f524a67bc58ef5f0cc32054f7fb66 (diff) |
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
Diffstat (limited to 'src/tools/pgindent')
-rw-r--r-- | src/tools/pgindent/typedefs.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list index 0c61ccbdd0a..98635087912 100644 --- a/src/tools/pgindent/typedefs.list +++ b/src/tools/pgindent/typedefs.list @@ -1305,7 +1305,6 @@ LPVOID LPWSTR LSEG LUID -LVDeadTuples LVPagePruneState LVParallelIndStats LVParallelIndVacStatus @@ -2800,6 +2799,7 @@ UserMapping UserOpts VacAttrStats VacAttrStatsP +VacDeadItems VacErrPhase VacOptValue VacuumParams |