From bee114c38bb7f9971a5c36105a0c459fec279080 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 13 Jun 2003 01:50:50 +0000 Subject: [PATCH] Expect FreeBSD 5.* to have standard float arithmetic. --- src/test/regress/resultmap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/resultmap b/src/test/regress/resultmap index e086a20d8c..147ee8df76 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