Re: pgsql: Simplify state managed by VACUUM.

2021-04-05 Thread Peter Geoghegan
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.

2021-04-05 Thread Peter Geoghegan
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