1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-26 09:41:40 +03:00

pgindent fix for 8077649907

Per buildfarm member koel.

Backpatch-through: 18
This commit is contained in:
Andres Freund
2026-01-15 14:54:16 -05:00
parent fcb9c977aa
commit 335f2231a3

View File

@@ -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;