Re: AIO writes vs hint bits vs checksums

Поиск
Список
Период
Сортировка
От Maxim Orlov
Тема Re: AIO writes vs hint bits vs checksums
Дата
Msg-id CACG=ezYQf0Np-DN0DYehYoisVRiRK1RnmZFkr-0d8RoD1NUBXQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: AIO writes vs hint bits vs checksums  (Andres Freund <andres@anarazel.de>)
Ответы Re: AIO writes vs hint bits vs checksums
Список 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.
Вложения

В списке pgsql-hackers по дате отправления: