git.postgresql.org Git - postgresql.git/commit
2017年11月17日 01:28:11 +0000 (17:28 -0800)
2017年11月17日 01:39:18 +0000 (17:39 -0800)
commit 7082e614c0dd504cdf49c4d5a692159f22e78f9d
Provide DSM segment to ExecXXXInitializeWorker functions.
Previously, executor nodes running in parallel worker processes didn't
have access to the dsm_segment object used for parallel execution. In
order to support resource management based on DSM segment lifetime,
they need that. So create a ParallelWorkerContext object to hold it
and pass it to all InitializeWorker functions.
Author: Thomas Munro
Reviewed-By: Andres Freund
Discussion: https://postgr.es/m/CAEepm=2W=cOkiZxcg6qiFQP-dHUe09aqTrEMM7yJDrHMhDv_RA@mail.gmail.com
17 files changed:
This is the main PostgreSQL git repository.
RSS
Atom