From 335f2231a30cb5002219888eef14f4dfce5b0391 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Thu, 15 Jan 2026 14:54:16 -0500 Subject: [PATCH] pgindent fix for 8077649907d Per buildfarm member koel. Backpatch-through: 18 --- src/backend/storage/aio/method_io_uring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/storage/aio/method_io_uring.c b/src/backend/storage/aio/method_io_uring.c index f2527ae61dd..ed6e71bcd46 100644 --- a/src/backend/storage/aio/method_io_uring.c +++ b/src/backend/storage/aio/method_io_uring.c @@ -560,7 +560,7 @@ pgaio_uring_drain_locked(PgAioUringContext *context) { struct io_uring_cqe *cqe = cqes[i]; PgAioHandle *ioh = io_uring_cqe_get_data(cqe); - int result = cqe->res; + int result = cqe->res; errcallback.arg = ioh;