diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2005-12-15 05:43:35 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2005-12-15 05:43:35 +0000 |
commit | 660fcf0f678e5c891f6d55da67bbbbd61d60d0a1 (patch) | |
tree | 9e5d47f4912e356cbbd534b83df6bb3f596cb0ac /src | |
parent | 93bcee8d4e25337ee046aa7dd40ed97d66219b0d (diff) |
Back-patch 7.4 change to show that freebsd 5 and up don't need
float8-small-is-zero. Per Mark Kirkwood.
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 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 |