forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbab1500
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.com1 parenta677535 commitbab1500
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
683 | 683 |
| |
684 | 684 |
| |
685 | 685 |
| |
686 |
| - | |
| 686 | + | |
687 | 687 |
| |
688 | 688 |
| |
689 | 689 |
| |
|
0 commit comments
Comments
(0)