- Notifications
You must be signed in to change notification settings - Fork28
Commitb182a4a
committed
Don't include sys/poll.h anymore.
poll.h is mandated by Single Unix Spec v2, the usual baseline forpostgres on unix. None of the unixoid buildfarms animals hassys/poll.h but not poll.h. Therefore there's not much point to testfor sys/poll.h's existence and include it optionally.Author: Andres Freund, per suggestion from Tom LaneDiscussion:https://postgr.es/m/20505.1492723662@sss.pgh.pa.us1 parenteb97aa7 commitb182a4a
File tree
6 files changed
+2
-14
lines changed- src
- backend/storage/ipc
- include
- interfaces/libpq
6 files changed
+2
-14
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10600 | 10600 |
| |
10601 | 10601 |
| |
10602 | 10602 |
| |
10603 |
| - | |
| 10603 | + | |
10604 | 10604 |
| |
10605 | 10605 |
| |
10606 | 10606 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1179 | 1179 |
| |
1180 | 1180 |
| |
1181 | 1181 |
| |
1182 |
| - | |
| 1182 | + | |
1183 | 1183 |
| |
1184 | 1184 |
| |
1185 | 1185 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 | 45 |
| |
49 | 46 |
| |
50 | 47 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
557 | 557 |
| |
558 | 558 |
| |
559 | 559 |
| |
560 |
| - | |
561 |
| - | |
562 |
| - | |
563 | 560 |
| |
564 | 561 |
| |
565 | 562 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
417 | 417 |
| |
418 | 418 |
| |
419 | 419 |
| |
420 |
| - | |
421 |
| - | |
422 |
| - | |
423 | 420 |
| |
424 | 421 |
| |
425 | 422 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 | 49 |
| |
53 | 50 |
| |
54 | 51 |
| |
|
0 commit comments
Comments
(0)