Re: Don't synchronously wait for already-in-progress IO in read stream - Mailing list pgsql-hackers

From Alexander Lakhin
Subject Re: Don't synchronously wait for already-in-progress IO in read stream
Date
Msg-id 9ce8f5d8-8ab2-4aa2-b062-c5d74161069c@gmail.com
Whole thread Raw
In response to Re: Don't synchronously wait for already-in-progress IO in read stream  (Andres Freund <andres@anarazel.de>)
Responses Re: Don't synchronously wait for already-in-progress IO in read stream
List pgsql-hackers
Hello Andres,

28.03.2026 02:01, Andres Freund wrote:
Pushed.

As copperhead showed [1], tests added in 020c02bd9 fail when postgres is
built without --enable-cassert. I've reproduced the failure locally with:

./configure -q --enable-debug --enable-tap-tests && make -s -j12 &&
make -s check -C src/test/modules/test_aio/

[1] https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=copperhead&dt=2026-03-29%2022%3A01%3A20

Best regards,
Alexander

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [PATCH] Add support for INSERT ... SET syntax
Next
From: Tom Lane
Date:
Subject: Re: [BUG] Excessive memory usage with update on STORED generated columns.