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

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

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?

--
Best regards,
Aleksander Alekseev

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2025-03-31 16:38:46 Re: pgsql: aio: Add core asynchronous I/O infrastructure
Previous Message Tom Lane 2025-03-31 16:16:44 pgsql: Fix accidentally-harmless thinko in psqlscan_test_variable().