diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-08 19:20:10 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-04-08 19:20:10 +0000 |
commit | b64e76859521526f998ae70229675a67bdac882a (patch) | |
tree | bd4d0adf7eca7f75b24878032004f6d4febcf47d /src | |
parent | 949e8a662d96b42b5e3d750a576e1ed8cde9649d (diff) | |
download | postgresql-b64e76859521526f998ae70229675a67bdac882a.tar.gz postgresql-b64e76859521526f998ae70229675a67bdac882a.zip |
I think we want machine pattern i.86 not i386 --- looks like config.guess
could output several different high digits on most PC Unixen.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/regress/resultmap | 2 |
1 files changed, 1 insertions, 1 deletions
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 |