forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4f49b3f
committed
Trust signalfd on illumos, again.
Commit3ab4fc5 avoided choosing signalfd by default on illumos, becauseit triggered kernel panics. That was fixed, so we can remove a kludgefrom our code. Users/packagers can still override the default choice atcompile time if desired, and we'll leave the back-branches unchanged sothey keep choosing self-pipe by default, but we'll default to signalfd(like we do for Linux) in 17. Fixed kernels should be everywhere by thetime 17 ships.The illumos issues were: *https://www.illumos.org/issues/13700 *https://www.illumos.org/issues/14892Discussion:https://postgr.es/m/CA+hUKG+NK-K_G_i1H3OpDTwYPEsiwQi_jw58PGcW2H+-N2eVCA@mail.gmail.com1 parent01d56ee commit4f49b3f
1 file changed
+2
-4
lines changedLines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
90 |
| - | |
| 89 | + | |
91 | 90 |
| |
92 | 91 |
| |
93 | 92 |
| |
94 | 93 |
| |
95 |
| - | |
96 |
| - | |
| 94 | + | |
97 | 95 |
| |
98 | 96 |
| |
99 | 97 |
| |
|
0 commit comments
Comments
(0)