mirror of https://github.com/postgres/postgres
Parallel VACUUM relied on global variable state from the leader process
being propagated to workers on fork(). Commit b4af70cb
removed most
uses of global variables inside vacuumlazy.c, but did not account for
the buffer access strategy state.
To fix, propagate the state through shared memory instead.
Per buildfarm failures on elver, curculio, and morepork.
Many thanks to Thomas Munro for off-list assistance with this issue.
pull/64/head
parent
b4af70cb21
commit
49f49defe7
Loading…
Reference in new issue