pgsql: aio: Add liburing dependency

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: aio: Add liburing dependency
Date: 2025-03-27 00:15:53
Message-ID: E1txauX-001AnB-2s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)leadboat(dot)com>
Discussion: https://postgr.es/m/uvrtrknj4kdytuboidbhwclo4gxhswwcpgadptsjvjqcluzmah%40brqs62irg4dt

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8eadd5c73c44708ecd45b9fd3ac54a550511d16f

Modified Files
--------------
.cirrus.tasks.yml | 1 +
configure | 139 +++++++++++++++++++++++++++++++++++++++++
configure.ac | 12 ++++
doc/src/sgml/installation.sgml | 34 ++++++++++
meson.build | 14 +++++
meson_options.txt | 3 +
src/Makefile.global.in | 6 +-
src/backend/Makefile | 7 ++-
src/include/pg_config.h.in | 3 +
src/makefiles/meson.build | 3 +
10 files changed, 218 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2025-03-27 01:11:05 Re: pgsql: aio: Add io_method=io_uring
Previous Message Michael Paquier 2025-03-26 23:08:47 pgsql: doc: Mention possible ephemeral discrepancies in pg_stat_activit