forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd6de430
committed
Don't unblock SIGQUIT in the SIGQUIT handler
This was possibly linked to a deadlock-like situation in glibc syslog codeinvoked by the ereport call in quickdie(). In any case, a signal handlershould not unblock its own signal unless there is a specific reason to.1 parentb63b967 commitd6de430
2 files changed
+4
-2
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
2538 | 2538 |
| |
2539 | 2539 |
| |
2540 | 2540 |
| |
| 2541 | + | |
2541 | 2542 |
| |
2542 | 2543 |
| |
2543 | 2544 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
|
0 commit comments
Comments
(0)