forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc5f5b4d
committed
Test honestly for <sys/signalfd.h>.
Commit6a2a70a supposed that any platform having <sys/epoll.h>would also have <sys/signalfd.h>. It turns out there are still afew people using platforms where that's not so, so we'd better makea separate configure probe for it. But since it took this long tonotice, I'm content with the decision to not have a separate codepath for epoll-only machines; we'll just fall back to using poll()for these stragglers.Per gripe from Gabriela Serventi. Back-patch to v14 where thiscode came in.Discussion:https://postgr.es/m/CAHOHWE-JjJDfcYuLAAEO7Jk07atFAU47z8TzHzg71gbC0aMy=g@mail.gmail.com1 parentf48385c commitc5f5b4d
File tree
5 files changed
+10
-6
lines changed- src
- backend/storage/ipc
- include
- tools/msvc
5 files changed
+10
-6
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13596 | 13596 |
| |
13597 | 13597 |
| |
13598 | 13598 |
| |
13599 |
| - | |
| 13599 | + | |
13600 | 13600 |
| |
13601 | 13601 |
| |
13602 | 13602 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1412 | 1412 |
| |
1413 | 1413 |
| |
1414 | 1414 |
| |
| 1415 | + | |
1415 | 1416 |
| |
1416 | 1417 |
| |
1417 | 1418 |
| |
|
Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
| 46 | + | |
| 47 | + | |
| 48 | + | |
46 | 49 |
| |
47 | 50 |
| |
48 | 51 |
| |
| |||
69 | 72 |
| |
70 | 73 |
| |
71 | 74 |
| |
72 |
| - | |
| 75 | + | |
73 | 76 |
| |
74 | 77 |
| |
75 | 78 |
| |
| |||
81 | 84 |
| |
82 | 85 |
| |
83 | 86 |
| |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 | 87 |
| |
89 | 88 |
| |
90 | 89 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
634 | 634 |
| |
635 | 635 |
| |
636 | 636 |
| |
| 637 | + | |
| 638 | + | |
| 639 | + | |
637 | 640 |
| |
638 | 641 |
| |
639 | 642 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
404 | 404 |
| |
405 | 405 |
| |
406 | 406 |
| |
| 407 | + | |
407 | 408 |
| |
408 | 409 |
| |
409 | 410 |
| |
|
0 commit comments
Comments
(0)