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

From Maxim Orlov
Subject Re: AIO writes vs hint bits vs checksums
Date
Msg-id CACG=ezYQf0Np-DN0DYehYoisVRiRK1RnmZFkr-0d8RoD1NUBXQ@mail.gmail.com
Whole thread Raw
In response to Re: AIO writes vs hint bits vs checksums  (Andres Freund <andres@anarazel.de>)
Responses Re: AIO writes vs hint bits vs checksums
List pgsql-hackers

On Wed, 13 Aug 2025 at 22:38, Andres Freund <andres@anarazel.de> wrote:

Pushed the test with these changes.

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.

Prior to this patch, isolation tests could be carried out independently
using "make check -C src/test/isolation", but they now require make
check-world to execute successfully, otherwise this test fails with:
====
 step create_ext_btree_gist: CREATE EXTENSION btree_gist;
+ERROR:  extension "btree_gist" is not available
 step create_gist: CREATE INDEX kill_prior_tuple_gist ON kill_prior_tuple USING gist (key);
+ERROR:  data type integer has no default operator class for access method "gist"
 step flush: SELECT FROM pg_stat_force_next_flush();
====
  
--
Best regards,
Maxim Orlov.
Attachment

pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: Logical Replication of sequences
Next
From: Aleksander Alekseev
Date:
Subject: Re: [PATCH] pg_bsd_indent: improve formatting of multiline comments