Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbab1500

Browse files
committed
Register llvm_shutdown using on_proc_exit, not before_shmem_exit.
This seems more correct, because other before_shmem_exit calls mayexpect the infrastructure that is needed to run queries and access thedatabase to be working, and also because this cleanup has nothing todo with shared memory.There are no known user-visible consequences to this, though, apartfrom what was previous fixed by commit3036401 and back-patched as commitbcbc272 and commitf701368, so for now, no back-patch.Bharath RupireddyDiscussion:http://postgr.es/m/CALj2ACWk7j4F2v2fxxYfrroOF=AdFNPr1WsV+AGtHAFQOqm_pw@mail.gmail.com
1 parenta677535 commitbab1500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/jit/llvm/llvmjit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ llvm_session_initialize(void)
683683
}
684684
#endif
685685

686-
before_shmem_exit(llvm_shutdown,0);
686+
on_proc_exit(llvm_shutdown,0);
687687

688688
llvm_session_initialized= true;
689689

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp