Re: aio: Don't silently drop wait_event_info

From: shihao zhong <zhong950419(at)gmail(dot)com>
To: Yilin Zhang <jiezhilove(at)126(dot)com>
Cc: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: aio: Don't silently drop wait_event_info
Date: 2026-09-05 03:56:44
Message-ID: CAGRkXqQ7o4iXomZtGRpb2OnTcz-GnKp=XxR3JxY98M_StTYpuA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

v2 looks good. Verified: builds clean, test_aio and regress pass;
with lldb I confirmed the io worker reports DataFileRead while the
client shows AioIoCompletion. PgAioHandle is right since the worker
needs it in shared memory.

Move to `Ready for Commiter` state

Nit: say so in the commit message.

Thanks,
Shihao

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2026-09-05 04:00:20 Re: Add support for COPY TO in tablesync for partitioned tables.
Previous Message shihao zhong 2026-09-05 03:48:01 [PATCH] pg_surgery: check the page header and line pointers