pgsql: aio: Add README.md explaining higher level design - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: aio: Add README.md explaining higher level design
Date
Msg-id E1tzi3R-002AHz-0Y@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
aio: Add README.md explaining higher level design

Reviewed-by: Noah Misch <noah@leadboat.com>
Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://postgr.es/m/uvrtrknj4kdytuboidbhwclo4gxhswwcpgadptsjvjqcluzmah%40brqs62irg4dt
Discussion: https://postgr.es/m/20210223100344.llw5an2aklengrmn@alap3.anarazel.de
Discussion: https://postgr.es/m/stj36ea6yyhoxtqkhpieia2z4krnam7qyetc57rfezgk4zgapf@gcnactj4z56m

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fdd146a8ef2bc0c24e8d27e3773feeb8ef0a9c25

Modified Files
--------------
src/backend/storage/aio/README.md | 424 ++++++++++++++++++++++++++++++++++++++
src/backend/storage/aio/aio.c     |   2 +
2 files changed, 426 insertions(+)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: doc: Adjust some notes about pg_upgrade's file transfer modes.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Use workaround of __builtin_setjmp only on MINGW on MSVCRT