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

From Aleksander Alekseev
Subject Re: pgsql: aio: Add core asynchronous I/O infrastructure
Date
Msg-id CAJ7c6TN-57WO5PdEwMip4ktDMuFp7F2=ejxNWky7JnDq91yH_Q@mail.gmail.com
Whole thread Raw
In response to pgsql: aio: Add core asynchronous I/O infrastructure  (Andres Freund <andres@anarazel.de>)
Responses Re: pgsql: aio: Add core asynchronous I/O infrastructure
List 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



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix accidentally-harmless thinko in psqlscan_test_variable().
Next
From: Andres Freund
Date:
Subject: Re: pgsql: aio: Add core asynchronous I/O infrastructure