Re: AIO v2.5
Thom Brown <thom@linux.com>
From: Thom Brown <thom@linux.com>
To: Andres Freund <andres@anarazel.de>
Cc: Antonin Houska <ah@cybertec.at>, Noah Misch <noah@leadboat.com>,
pgsql-hackers@postgresql.org, Thomas Munro <thomas.munro@gmail.com>, Heikki Linnakangas <hlinnaka@iki.fi>, Robert Haas <robertmhaas@gmail.com>,
Jakub Wartak <jakub.wartak@enterprisedb.com>, Jelte Fennema-Nio <postgres@jeltef.nl>
Date: 2025-03-26T21:20:47Z
Lists: pgsql-hackers
On Tue, 25 Mar 2025 at 01:18, Andres Freund <andres@anarazel.de> wrote: > > Hi, > > Attached v2.12, with the following changes: I took a quick gander through this just out of curiosity (yes, I know I'm late), and found these show-stoppers: v2.12-0015-aio-Add-pg_aios-view.patch: + <literal>ERROR</literal> mean the I/O failed with an error. s/mean/means/ v2.12-0021-bufmgr-Implement-AIO-write-support.patch +shared buffer lock still allows some modification, e.g., for hint bits(see s/bits\(see/bits \(see) +buffers that can be used as the source / target for IO. A bounce buffer be s/be/can be/ Regards Thom