forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9553d0f
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 parent994f68d commit9553d0f
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2610 | 2610 |
| |
2611 | 2611 |
| |
2612 | 2612 |
| |
| 2613 | + | |
| 2614 | + | |
| 2615 | + | |
| 2616 | + | |
| 2617 | + | |
| 2618 | + | |
| 2619 | + | |
2613 | 2620 |
| |
2614 | 2621 |
| |
2615 | 2622 |
| |
|
0 commit comments
Comments
(0)