From 660fcf0f678e5c891f6d55da67bbbbd61d60d0a1 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 15 Dec 2005 05:43:35 +0000 Subject: [PATCH] Back-patch 7.4 change to show that freebsd 5 and up don't need float8-small-is-zero. Per Mark Kirkwood. --- 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 0283fa698c2..131e08eff0c 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-.*-freebsd[234]=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