From 14e12705796c44ee62a84c053d7199c55efe7d5f Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Wed, 19 Dec 2001 17:25:55 +0000
Subject: [PATCH] Tweak to make freebsd/alpha use the correct float8 comparison
 file.

---
 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 a4194af88bb..5998f08f2c3 100644
--- a/src/test/regress/resultmap
+++ b/src/test/regress/resultmap
@@ -4,7 +4,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/.*-freebsd=float8-small-is-zero
+float8/i.86-.*-freebsd=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
-- 
GitLab