forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc980eed
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.This is a back-patch ofbab1500.There were no known user-visible consequences to this, though, apartfrom what was previous fixed by commit3036401 and back-patchedas commitbcbc272 and commitf701368, sobab1500 wasnot no back-patched at the time.Bharath RupireddyDiscussion:http://postgr.es/m/CALj2ACWk7j4F2v2fxxYfrroOF=AdFNPr1WsV+AGtHAFQOqm_pw@mail.gmail.comBackpatch-through: 13, 121 parentabd1b13 commitc980eed
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
925 | 925 |
| |
926 | 926 |
| |
927 | 927 |
| |
928 |
| - | |
| 928 | + | |
929 | 929 |
| |
930 | 930 |
| |
931 | 931 |
| |
|
0 commit comments
Comments
(0)