- Notifications
You must be signed in to change notification settings - Fork5
Commitd41cb86
committed
Ignore interrupts during quickdie().
Once the administrator has called for an immediate shutdown or a backendcrash has triggered a reinitialization, no mere SIGINT or SIGTERM shouldchange that course. Such derailment remains possible when the signalarrives before quickdie() blocks signals. That being a narrow raceaffecting most PostgreSQL signal handlers in some way, leave it foranother patch. Back-patch this to all supported versions.1 parenta49d0b7 commitd41cb86
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2524 | 2524 |
| |
2525 | 2525 |
| |
2526 | 2526 |
| |
| 2527 | + | |
| 2528 | + | |
| 2529 | + | |
| 2530 | + | |
| 2531 | + | |
| 2532 | + | |
| 2533 | + | |
2527 | 2534 |
| |
2528 | 2535 |
| |
2529 | 2536 |
| |
|
0 commit comments
Comments
(0)