Remove unneeded field from VACUUM state.
authorPeter Geoghegan <pg@bowt.ie>
Tue, 15 Jun 2021 15:59:36 +0000 (08:59 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Tue, 15 Jun 2021 15:59:36 +0000 (08:59 -0700)
commit958cfbcf2dd338e3179c2d8a35f48bde020eba60
treedaf87e6c0bd8acff7d5193591c624ccf1d4f9100
parentad2da246c69dd5ec55764d4b6066f3b0c0d24ca2
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.
src/backend/access/heap/vacuumlazy.c