Re: Fortify float4 and float8 regression tests by ordering test results - Mailing list pgsql-hackers

From Alexander Korotkov
Subject Re: Fortify float4 and float8 regression tests by ordering test results
Date
Msg-id CAPpHfdsjK1C7t1SpiRGjFvoFds-XhXqMToRsrcgt4t1c9+OL6A@mail.gmail.com
Whole thread Raw
In response to Re: Fortify float4 and float8 regression tests by ordering test results  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Fortify float4 and float8 regression tests by ordering test results
List pgsql-hackers
On Tue, Apr 22, 2025 at 7:20 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Alexander Korotkov <aekorotkov@gmail.com> writes:
> > I'd like to add that float4.out not only assumes that insert-ordering is
> > preserved (this could be more-or-less portable between table AMs).  It also
> > assumes the way UPDATE moves updated rows.  That seems quite
> > heap-specific.  You can see in the following fragment, updated rows jump to
> > the bottom.
>
> I'd be willing to consider a policy that we don't want to depend on
> exactly where UPDATE moves rows to.  The proposed patch is not that,
> however.

OK, that makes sense for me.

------
Regards,
Alexander Korotkov
Supabase



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fortify float4 and float8 regression tests by ordering test results
Next
From: Jacob Champion
Date:
Subject: Re: What's our minimum supported Python version?