Re: Kernel AIO on FreeBSD, macOS and a couple of other Unixen

From: Andres Freund <andres(at)anarazel(dot)de>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Kernel AIO on FreeBSD, macOS and a couple of other Unixen
Date: 2025-08-08 22:34:33
Message-ID: ysijmci2cp5kse4cd2w5ncpsx2olpkkdt6taoh42b2ugbnk7fq@hygbs2pv5hc2
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(dot)munro(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2025-08-08 22:37:42 Re: Support getrandom() for pg_strong_random() source
Previous Message Andres Freund 2025-08-08 22:28:09 Re: Kernel AIO on FreeBSD, macOS and a couple of other Unixen