Re: Kernel AIO on FreeBSD, macOS and a couple of other Unixen - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Kernel AIO on FreeBSD, macOS and a couple of other Unixen
Date
Msg-id ysijmci2cp5kse4cd2w5ncpsx2olpkkdt6taoh42b2ugbnk7fq@hygbs2pv5hc2
Whole thread Raw
In response to Re: Kernel AIO on FreeBSD, macOS and a couple of other Unixen  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Hi,

On 2025-08-08 18:28:09 -0400, Andres Freund wrote:
> > From 6574ac9267fe9938f59ed67c8f0282716d8c28f3 Mon Sep 17 00:00:00 2001
> > From: Thomas Munro <thomas.munro@gmail.com>
> > Date: Sun, 3 Aug 2025 00:15:01 +1200
> > Subject: [PATCH v1 3/4] aio: Support I/O methods without true vectored I/O.

Oh, I forgot (at least) one point - this patch should wire up support for
testing posix AIO in src/test/modules/test_aio/t/001_aio.pl

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Kernel AIO on FreeBSD, macOS and a couple of other Unixen
Next
From: Jacob Champion
Date:
Subject: Re: Support getrandom() for pg_strong_random() source