diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2004-12-23 03:49:40 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2004-12-23 03:49:40 +0000 |
commit | 3621657a61b6de595f0f018b9bce213fdf36bc97 (patch) | |
tree | 22dc6300eff07aa8b8ebc127fd7e6ff018f13a42 | |
parent | 63a90720b473d81fc82db75a6f76b4f83a48200c (diff) | |
download | postgresql-3621657a61b6de595f0f018b9bce213fdf36bc97.tar.gz postgresql-3621657a61b6de595f0f018b9bce213fdf36bc97.zip |
Use float8-small-is-zero for netbsd on m68k, per Rémi Zara.
-rw-r--r-- | src/test/regress/resultmap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/regress/resultmap b/src/test/regress/resultmap index a54c7fe7baa..fb41acd2304 100644 --- a/src/test/regress/resultmap +++ b/src/test/regress/resultmap @@ -3,6 +3,7 @@ float4/i.86-pc-mingw32=float4-exp-three-digits 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/m68k-.*-netbsd=float8-small-is-zero float8/.*-qnx=float8-exp-three-digits float8/i.86-pc-mingw32=float8-exp-three-digits-win32 float8/i.86-pc-cygwin=float8-small-is-zero |