Repost: FastFPE results for Linux/ARM

From: Marko Kreen <marko(at)l-t(dot)ee>
To: pgsql-patches(at)postgresql(dot)org
Subject: Repost: FastFPE results for Linux/ARM
Date: 2005-02-11 16:55:12
Message-ID: 20050211165512.GA19032@l-t.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


On Linux/ARM PostgreSQL may encounter 2 types of floating point emulation:
1) standard precision: Linux/NWFPE, GCC soft-float
2) reduced precision: Linux/FastFPE

Currently pg_regress allows only unconditional alternatives - thus
different results are accepted on all platforms. This should be
avoided as acceptable behaviour on one platform may be bug on another.

Following patch:

* Lets pg_regress.sh accept multiple values from resultmap
* Adds FastFPE results for 'point' test

--
marko

Attachment Content-Type Size
arm-fastfpe.diff text/plain 11.9 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2005-02-11 17:08:22 Re: Repost: FastFPE results for Linux/ARM
Previous Message Tom Lane 2005-02-11 16:00:47 Re: [Fwd: Re: [DOCS] How the planner uses statistics]