pgsql: Register llvm_shutdown using on_proc_exit, not before_shmem_exit

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: Register llvm_shutdown using on_proc_exit, not before_shmem_exit
Дата
Msg-id E1r3wSk-005s3f-IM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Register llvm_shutdown using on_proc_exit, not before_shmem_exit.

This seems more correct, because other before_shmem_exit calls may
expect the infrastructure that is needed to run queries and access the
database to be working, and also because this cleanup has nothing to
do with shared memory.

This is a back-patch of bab150045bd9.

There were no known user-visible consequences to this, though, apart
from what was previous fixed by commit 303640199d0 and back-patched
as commit bcbc27251d35 and commit f7013683d9bb, so bab150045bd9 was
not no back-patched at the time.

Bharath Rupireddy

Discussion: http://postgr.es/m/CALj2ACWk7j4F2v2fxxYfrroOF=AdFNPr1WsV+AGtHAFQOqm_pw@mail.gmail.com
Backpatch-through: 13, 12

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c980eeddccac3f9d7030948569f8d13b6ee1e127

Modified Files
--------------
src/backend/jit/llvm/llvmjit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Register llvm_shutdown using on_proc_exit, not before_shmem_exit
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pgcrypto: Allow tests to pass in OpenSSL FIPS mode