- Notifications
You must be signed in to change notification settings - Fork5k
Commitbedadc7
committed
Make archiver's SIGQUIT handler exit via _exit().
Commit8e19a82 changed the SIGQUIT handlers of almost all serverprocesses not to run atexit callbacks. The archiver process wasskipped, perhaps because it's not connected to shared memory; butit's just as true here that running atexit callbacks in a signalhandler is unsafe. So let's make it work like the rest.In HEAD and v13, we can use the common SignalHandlerForCrashExithandler. Before that, just tweak pgarch_exit to use _exit(2)explicitly.Like the previous commit, back-patch to all supported branches.Kyotaro Horiguchi, back-patching by meDiscussion:https://postgr.es/m/1850884.1599601164@sss.pgh.pa.us1 parent0aa8f76 commitbedadc7
1 file changed
+1
-10
lines changedLines changed: 1 addition & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
100 | 99 |
| |
101 | 100 |
| |
102 | 101 |
| |
| |||
229 | 228 |
| |
230 | 229 |
| |
231 | 230 |
| |
232 |
| - | |
| 231 | + | |
233 | 232 |
| |
234 | 233 |
| |
235 | 234 |
| |
| |||
246 | 245 |
| |
247 | 246 |
| |
248 | 247 |
| |
249 |
| - | |
250 |
| - | |
251 |
| - | |
252 |
| - | |
253 |
| - | |
254 |
| - | |
255 |
| - | |
256 |
| - | |
257 | 248 |
| |
258 | 249 |
| |
259 | 250 |
| |
|
0 commit comments
Comments
(0)