Re: pgbench test failing on 14beta1 on Debian/i386 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pgbench test failing on 14beta1 on Debian/i386
Date
Msg-id 69848.1621627477@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgbench test failing on 14beta1 on Debian/i386  (Christoph Berg <myon@debian.org>)
List pgsql-hackers
Christoph Berg <myon@debian.org> writes:
> Interestingly, the test is only failing on i386 and none of the other
> architectures, which could hint at 80-bit extended precision FP
> problems.

Yeah, that's what I'd assumed it is.  We suppress that where we can
with -fexcess-precision=standard or -msse2, but I'm guessing that
doesn't help here for some reason.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Christoph Berg
Date:
Subject: Re: pgbench test failing on 14beta1 on Debian/i386
Next
From: Mark Dilger
Date:
Subject: Fixing the docs for ALTER SUBSCRIPTION ... ADD/DROP PUBLICATION