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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user