postgres
postgres copied to clipboard
Random assortment of Andres' postgres dev stuff
Asynchronous I/O for PostgreSQL (WIP)
Can we get through make check-world?
| OS | io_method | Buffered I/O | Direct I/O |
|---|---|---|---|
| Linux | worker | ||
| Linux | io_uring | ||
| Linux | posix_aio | ||
| FreeBSD | worker | ||
| FreeBSD | posix_aio | ||
| macOS | worker | ||
| macOS | posix_aio | ||
| Windows | worker | ||
| Windows | win32 | write me | write me |
Can we build without compiler warnings?