Re: AIO writes vs hint bits vs checksums - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: AIO writes vs hint bits vs checksums
Date
Msg-id aQBBXR6O6JNGuZeK@paquier.xyz
Whole thread Raw
In response to Re: AIO writes vs hint bits vs checksums  (Maxim Orlov <orlovmg@gmail.com>)
List pgsql-hackers
On Mon, Oct 27, 2025 at 02:48:43PM +0300, Maxim Orlov wrote:
> I think there is one thing that could be improved here. The isolation
> test index-killtuples (377b7ab1452) adds a new dependency:
> contrib/btree_gin. contrib/btree_gist. This must be taken into
> account in the makefile.

Also mentioned here:
https://postgr.es/m/aKJsWedftW7UX1WM@paquier.xyz

It looks that the conclusion would be to move this test into its own
test module to avoid the external contrib/ dependency in
src/test/isolation/, as duplicated Makefile rules in
src/test/isolation/Makefile are unpleasant.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Making pg_rewind faster
Next
From: Michael Paquier
Date:
Subject: Re: List TAP test files in makefiles