Remove unneeded field from VACUUM state.

Peter Geoghegan <pg@bowt.ie>

Commit: 958cfbcf2dd338e3179c2d8a35f48bde020eba60
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2021-06-15T15:59:36Z
Releases: 14.0
Remove unneeded field from VACUUM state.

Bugfix commit 5fc89376 effectively made the lock_waiter_detected field
from vacuumlazy.c's global state struct into private state owned by
lazy_truncate_heap().  Finish this off by replacing the struct field
with a local variable.

Files

PathChange+/−
src/backend/access/heap/vacuumlazy.c modified +9 −10