Re: make -C src/test/isolation failure in index-killtuples due to btree_gist

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: make -C src/test/isolation failure in index-killtuples due to btree_gist
Date: 2025-11-24 15:47:49
Message-ID: 952505.1763999269@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Michael Paquier <michael(at)paquier(dot)xyz> writes:
> FWIW, I still getting annoyed by this one (am I the only one?), so I
> have applied the patch moving the isolation test.

No, you weren't the only one --- it was in my way just yesterday
while trying to update expected results for 572c40ba9. I'd not paid
attention to this thread, but the committed solution seems fine.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Jones 2025-11-24 15:51:25 Re: Add notification on BEGIN ATOMIC SQL functions using temp relations
Previous Message Viktor Holmberg 2025-11-24 15:23:17 Re: ON CONFLICT DO SELECT (take 3)