forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit815c2f0
committed
Add kqueue(2) support to the WaitEventSet API.
Use kevent(2) to wait for events on the BSD family of operatingsystems and macOS. This is similar to the epoll(2) support addedfor Linux by commit98a64d0.Author: Thomas MunroReviewed-by: Andres Freund, Marko Tiikkaja, Tom LaneTested-by: Mateusz Guzik, Matteo Beccati, Keith Fiske, Heikki Linnakangas, Michael Paquier, Peter Eisentraut, Rui DeSousa, Tom Lane, Mark WongDiscussion:https://postgr.es/m/CAEepm%3D37oF84-iXDTQ9MrGjENwVGds%2B5zTr38ca73kWR7ez_tA%40mail.gmail.com1 parentd9fe702 commit815c2f0
File tree
5 files changed
+311
-3
lines changed- src
- backend/storage/ipc
- include
- tools/msvc
5 files changed
+311
-3
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12760 | 12760 |
| |
12761 | 12761 |
| |
12762 | 12762 |
| |
12763 |
| - | |
| 12763 | + | |
12764 | 12764 |
| |
12765 | 12765 |
| |
12766 | 12766 |
| |
| |||
14996 | 14996 |
| |
14997 | 14997 |
| |
14998 | 14998 |
| |
14999 |
| - | |
| 14999 | + | |
15000 | 15000 |
| |
15001 | 15001 |
| |
15002 | 15002 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1288 | 1288 |
| |
1289 | 1289 |
| |
1290 | 1290 |
| |
| 1291 | + | |
1291 | 1292 |
| |
1292 | 1293 |
| |
1293 | 1294 |
| |
| |||
1628 | 1629 |
| |
1629 | 1630 |
| |
1630 | 1631 |
| |
| 1632 | + | |
1631 | 1633 |
| |
1632 | 1634 |
| |
1633 | 1635 |
| |
|
0 commit comments
Comments
(0)