From b64e76859521526f998ae70229675a67bdac882a Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Sat, 8 Apr 2000 19:20:10 +0000
Subject: [PATCH] I think we want machine pattern i.86 not i386 --- looks like
 config.guess could output several different high digits on most PC Unixen.

---
 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 bb13808e2a9..6a43585cee7 100644
--- a/src/test/regress/resultmap
+++ b/src/test/regress/resultmap
@@ -4,7 +4,7 @@ abstime/sparc-sun-solaris=abstime-solaris-1947
 float4/.*-qnx=float4-exp-three-digits
 float8/.*-bsdi=float8-small-is-zero
 float8/.*-freebsd*=float8-small-is-zero
-float8/i386-.*-netbsd=float8-small-is-zero
+float8/i.86-.*-netbsd=float8-small-is-zero
 float8/.*-qnx=float8-exp-three-digits
 float8/alpha.*-dec-osf=float8-fp-exception
 float8/i.86-pc-cygwin*=float8-cygwin
-- 
GitLab