forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf62ab62
committed
Fix SIGUSR1 handling by unconnected bgworkers
Latch activity was not being detected by non-database-connected workers; theSIGUSR1 signal handler which is normally in charge of that was set to SIG_IGN.Create a simple handler to call latch_sigusr1_handler instead.Robert Haas (bug report and suggested fix)1 parent61a7d57 commitf62ab62
1 file changed
+17
-1
lines changedLines changed: 17 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5354 | 5354 |
| |
5355 | 5355 |
| |
5356 | 5356 |
| |
| 5357 | + | |
| 5358 | + | |
| 5359 | + | |
| 5360 | + | |
| 5361 | + | |
| 5362 | + | |
| 5363 | + | |
| 5364 | + | |
| 5365 | + | |
| 5366 | + | |
| 5367 | + | |
| 5368 | + | |
| 5369 | + | |
| 5370 | + | |
| 5371 | + | |
| 5372 | + | |
5357 | 5373 |
| |
5358 | 5374 |
| |
5359 | 5375 |
| |
| |||
5410 | 5426 |
| |
5411 | 5427 |
| |
5412 | 5428 |
| |
5413 |
| - | |
| 5429 | + | |
5414 | 5430 |
| |
5415 | 5431 |
| |
5416 | 5432 |
| |
|
0 commit comments
Comments
(0)