Hello,
When compiling I get following warning:
[932/1889] Compiling C object
src/backend/postgres_lib.a.p/storage_aio_method_io_uring.c.o
../src/backend/storage/aio/method_io_uring.c: In function
‘is_uring_read_write_unsupported’:
../src/backend/storage/aio/method_io_uring.c:253:32: warning: unused variable
‘p’ [-Wunused-variable]
253 | struct io_uring_params p = {0};
Could you please fix this ?
I also would like to know if you manage to run the equivalent of 'make
installcheck-world" with meson ?
I cannot: see my message of 16:33 CET.
Regards
PF
The new status of this patch is: Waiting on Author