Repost: FastFPE results for Linux/ARM - Mailing list pgsql-patches

From Marko Kreen
Subject Repost: FastFPE results for Linux/ARM
Date
Msg-id 20050211165512.GA19032@l-t.ee
Whole thread Raw
Responses Re: Repost: FastFPE results for Linux/ARM  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: [Fwd: Re: [DOCS] How the planner uses statistics]
Next
From: Tom Lane
Date:
Subject: Re: Repost: FastFPE results for Linux/ARM