Re: pgsql: Simplify state managed by VACUUM.
On Mon, Apr 5, 2021 at 1:27 PM Peter Geoghegan wrote: > Simplify state managed by VACUUM. I'm investigating the buildfarm failures on elver, curculio, and morepork. -- Peter Geoghegan
pgsql: Simplify state managed by VACUUM.
Simplify state managed by VACUUM. Reorganize the state struct used by VACUUM -- group related items together to make it easier to understand. Also stop relying on stack variables inside lazy_scan_heap() -- move those into the state struct instead. Doing things this way simplifies large groups of
