forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit82ebbeb
committed
Cope with glibc too old to have epoll_create1().
Commitfa31b6f supposed that we didn't have to worry about thatanymore, but it seems that RHEL5 is like that, and that's stilla supported platform. Put back the prior coding under an #ifdef,adding an explicit fcntl() to retain the desired CLOEXEC property.Discussion:https://postgr.es/m/12307.1493325329@sss.pgh.pa.us1 parent2bef06d commit82ebbeb
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
565 | 565 |
| |
566 | 566 |
| |
567 | 567 |
| |
| 568 | + | |
568 | 569 |
| |
569 | 570 |
| |
570 | 571 |
| |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
571 | 580 |
| |
572 | 581 |
| |
573 | 582 |
| |
|
0 commit comments
Comments
(0)