aio: Add liburing dependency

Andres Freund <andres@anarazel.de>

Commit: 8eadd5c73c44708ecd45b9fd3ac54a550511d16f
Author: Andres Freund <andres@anarazel.de>
Date: 2025-03-26T23:45:32Z
Releases: 18.0
aio: Add liburing dependency

Will be used in a subsequent commit, to implement io_method=io_uring. Kept
separate for easier review.

Reviewed-by: Noah Misch <noah@leadboat.com>
Discussion: https://postgr.es/m/uvrtrknj4kdytuboidbhwclo4gxhswwcpgadptsjvjqcluzmah%40brqs62irg4dt

Files

PathChange+/−
.cirrus.tasks.yml modified +1 −0
configure modified +139 −0
configure.ac modified +12 −0
doc/src/sgml/installation.sgml modified +34 −0
meson.build modified +14 −0
meson_options.txt modified +3 −0
src/backend/Makefile modified +4 −3
src/include/pg_config.h.in modified +3 −0
src/Makefile.global.in modified +5 −1
src/makefiles/meson.build modified +3 −0

Documentation touched

Discussion

  • AIO v2.0 213 messages · 2024-09-01 → 2025-07-29