Re: pgsql: aio: Add core asynchronous I/O infrastructure - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: aio: Add core asynchronous I/O infrastructure
Date
Msg-id nuuygjjurx5d3onodvoottzhl3uyiatqt37irz3ehijcgyxrx2@t2jjdkxalawq
Whole thread Raw
In response to Re: pgsql: aio: Add core asynchronous I/O infrastructure  (Aleksander Alekseev <aleksander@timescale.com>)
List 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



pgsql-committers by date:

Previous
From: Aleksander Alekseev
Date:
Subject: Re: pgsql: aio: Add core asynchronous I/O infrastructure
Next
From: Todd Cook
Date:
Subject: Re: pgsql: Inline CRC computation for small fixed-length input on x86