forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4392db8
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 parente819308 commit4392db8
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2522 | 2522 |
| |
2523 | 2523 |
| |
2524 | 2524 |
| |
| 2525 | + | |
| 2526 | + | |
| 2527 | + | |
| 2528 | + | |
| 2529 | + | |
| 2530 | + | |
| 2531 | + | |
2525 | 2532 |
| |
2526 | 2533 |
| |
2527 | 2534 |
| |
|
0 commit comments
Comments
(0)