From: Tom Lane Date: Thu, 15 Dec 2005 05:43:35 +0000 (+0000) Subject: Back-patch 7.4 change to show that freebsd 5 and up don't need X-Git-Tag: REL7_3_13~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=660fcf0f678e5c891f6d55da67bbbbd61d60d0a1;p=postgresql Back-patch 7.4 change to show that freebsd 5 and up don't need float8-small-is-zero. Per Mark Kirkwood. --- diff --git a/src/test/regress/resultmap b/src/test/regress/resultmap index 0283fa698c..131e08eff0 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