Just a quick patch to make the geometry test on Sparc/Linux
regression tests for Pgsql 7.1beta3 pass. This is very similr to the one I
submitted back in July for Linux/Alpha. Apparently non-x86 Linux machines
like to compute nth place float point digits like Sun/Solaris does?
        Otherwise, 7.1beta3 runs without problems (i.e. all other
regression tests pass) on my Sparc 20 running Debian GNU/Linux 2.2.
Thanks.

---------------------------------------------------------------------------
|   "For to me to live is Christ, and to die is gain."                    |
|                                            --- Philippians 1:21 (KJV)   |
---------------------------------------------------------------------------
|   Ryan Kirkpatrick  |  Boulder, Colorado  |  http://www.rkirkpat.net/   |
---------------------------------------------------------------------------
diff -uNr postgresql-7.1beta3/src/test/regress/resultmap 
postgresql-7.1beta3-sparc/src/test/regress/resultmap
--- postgresql-7.1beta3/src/test/regress/resultmap      Sat Jan  6 19:03:42 2001
+++ postgresql-7.1beta3-sparc/src/test/regress/resultmap        Thu Jan 25 21:59:53 
+2001
@@ -28,6 +28,7 @@
 geometry/powerpc-unknown-linux-gnu=geometry-powerpc-linux-gnulibc1
 geometry/powerpc.*-aix4=geometry-powerpc-aix4
 geometry/sparc-sun-solaris=geometry-solaris-precision
+geometry/sparc.*-linux-gnu=geometry-solaris-precision
 geometry/alpha.*-linux-gnu=geometry-solaris-precision
 geometry/.*-beos=geometry-intel-beos
 horology/.*-aix4=horology-1947-PDT

Reply via email to