Fix using injection points at backend startup in EXEC_BACKEND mode Commit 86db52a506 changed the locking of injection points to use only atomic ops and spinlocks, to make it possible to define injection points in processes that don't have a PGPROC entry (yet). However, it didn't work in EXEC_BACKEND mode, because the pointer to shared memory area was not initialized until the process "attaches" to all the shared memory structs. To fix, pass the pointer to the child process along with other global variables that need to be set up early. Backpatch-through: 17 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/b9e5249c29354186576d8fc00609fe7eaf7c8d25 Modified Files -------------- src/backend/postmaster/launch_backend.c | 12 ++++++++++++ src/backend/utils/misc/injection_point.c | 2 +- src/include/utils/injection_point.h | 4 ++++ 3 files changed, 17 insertions(+), 1 deletion(-)
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера