diff options
author | Peter Geoghegan <pg@bowt.ie> | 2021-04-05 14:56:56 -0700 |
---|---|---|
committer | Peter Geoghegan <pg@bowt.ie> | 2021-04-05 14:56:56 -0700 |
commit | 49f49defe7c0a330cca084de5da14ccdfdafc6a3 (patch) | |
tree | 172d422da2e98f695d6c01d10642b6306d2114ac /src/backend/access/spgist/spginsert.c | |
parent | b4af70cb210393c9c8f41643acf6b213e21178e7 (diff) | |
download | postgresql-49f49defe7c0a330cca084de5da14ccdfdafc6a3.tar.gz postgresql-49f49defe7c0a330cca084de5da14ccdfdafc6a3.zip |
Propagate parallel VACUUM's buffer access strategy.
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.
Diffstat (limited to 'src/backend/access/spgist/spginsert.c')
0 files changed, 0 insertions, 0 deletions