forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit37afc07
committed
Avoid defining SIGTTIN/SIGTTOU on Windows.
Setting them to SIG_IGN seems unlikely to have any beneficial effecton that platform, and given the signal numbering collision with SIGABRT,it could easily have bad effects.Given the lack of field complaints that can be traced to this, I don'tpresently feel a need to back-patch.Discussion:https://postgr.es/m/5627.1542477392@sss.pgh.pa.us1 parent125f551 commit37afc07
2 files changed
+4
-2
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
654 | 654 |
| |
655 | 655 |
| |
656 | 656 |
| |
| 657 | + | |
657 | 658 |
| |
| 659 | + | |
| 660 | + | |
658 | 661 |
| |
| 662 | + | |
659 | 663 |
| |
660 | 664 |
| |
661 | 665 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
175 |
| - | |
176 | 174 |
| |
177 | 175 |
| |
178 | 176 |
| |
|
0 commit comments
Comments
(0)