Re: aio: Don't silently drop wait_event_info - Mailing list pgsql-hackers

From shihao zhong
Subject Re: aio: Don't silently drop wait_event_info
Date
Msg-id CAGRkXqQ7o4iXomZtGRpb2OnTcz-GnKp=XxR3JxY98M_StTYpuA@mail.gmail.com
Whole thread
In response to Re: aio: Don't silently drop wait_event_info  ("Yilin Zhang" <jiezhilove@126.com>)
List 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


pgsql-hackers by date:

Previous
From: shihao zhong
Date:
Subject: [PATCH] pg_surgery: check the page header and line pointers
Next
From: Pierre Forstmann
Date:
Subject: Re: [PATCH] handling transitions in timestamptz_trunc_*