Re: pgsql: aio: Add core asynchronous I/O infrastructure

From: Andres Freund <andres(at)anarazel(dot)de>
To: Aleksander Alekseev <aleksander(at)timescale(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: aio: Add core asynchronous I/O infrastructure
Date: 2025-03-31 16:38:46
Message-ID: nuuygjjurx5d3onodvoottzhl3uyiatqt37irz3ehijcgyxrx2@t2jjdkxalawq
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi,

On 2025-03-31 19:23:57 +0300, Aleksander Alekseev wrote:
> Hi Andres,
>
> > aio: Add core asynchronous I/O infrastructure
> >
> > [...]
>
> I noticed that aio.c references README.md:
>
> ```
> * aio.c
> * AIO - Core Logic
> *
> * For documentation about how AIO works on a higher level, including a
> * schematic example, see README.md.
> ```
>
> However the file seems to be missing in this commit or in the
> following ones. Any chance it was excluded by mistake?

It'll be committed soon. There's one pending change in the README.md that I'd
like to make / get comments on...

Sorry for the temporarily "hanging" reference...

Greetings,

Andres

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Todd Cook 2025-03-31 18:58:32 Re: pgsql: Inline CRC computation for small fixed-length input on x86
Previous Message Aleksander Alekseev 2025-03-31 16:23:57 Re: pgsql: aio: Add core asynchronous I/O infrastructure