diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-06-13 01:50:50 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-06-13 01:50:50 +0000 |
commit | bee114c38bb7f9971a5c36105a0c459fec279080 (patch) | |
tree | ddb635b44d95190259741829937e8f1cc432e8dc | |
parent | 716200179f5775669ea4fb227167faa0821d9cd7 (diff) | |
download | postgresql-bee114c38bb7f9971a5c36105a0c459fec279080.tar.gz postgresql-bee114c38bb7f9971a5c36105a0c459fec279080.zip |
Expect FreeBSD 5.* to have standard float arithmetic.
-rw-r--r-- | src/test/regress/resultmap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/resultmap b/src/test/regress/resultmap index e086a20d8c1..147ee8df764 100644 --- a/src/test/regress/resultmap +++ b/src/test/regress/resultmap @@ -7,7 +7,7 @@ abstime/sparc-sun-solaris=abstime-solaris-1947 abstime/.*-sco=abstime-solaris-1947 abstime/.*-sysv5=abstime-solaris-1947 float4/.*-qnx=float4-exp-three-digits -float8/i.86-.*-freebsd=float8-small-is-zero +float8/i.86-.*-freebsd4=float8-small-is-zero float8/i.86-.*-openbsd=float8-small-is-zero float8/i.86-.*-netbsd=float8-small-is-zero float8/.*-qnx=float8-exp-three-digits |