Re: BUG #19338: [PG15] Unstable SQL result in test regress/tablespace

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: d(dot)kovalenko(at)postgrespro(dot)ru
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #19338: [PG15] Unstable SQL result in test regress/tablespace
Date: 2025-12-01 15:54:09
Message-ID: 192741.1764604449@sss.pgh.pa.us
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> PG15 has an unstable SQL in test regress/tablespace:

I tried to reproduce this, without much success. For me, that
query gives the same EXPLAIN plan and the same results with
or without ORDER BY. (It chooses an indexscan that'd naturally
order the results.) And the v15 regression tests pass fine in
a few different locales I tried, which doesn't surprise me
given the lack of prior complaints.

In short, I think there's more going on here than meets the eye.
Can you give a recipe for reproducing this failure?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Dmitry Kovalenko 2025-12-01 16:52:47 Re: BUG #19338: [PG15] Unstable SQL result in test regress/tablespace
Previous Message PG Bug reporting form 2025-12-01 11:31:19 BUG #19338: [PG15] Unstable SQL result in test regress/tablespace