1. 10 Dec, 2002 1 commit
  2. 06 Dec, 2002 3 commits
  3. 21 Nov, 2002 1 commit
  4. 12 Nov, 2002 2 commits
  5. 08 Nov, 2002 1 commit
    • Tom Lane's avatar
      Revise geometry regression testing to eliminate most cross-platform · 337f73b1
      Tom Lane authored
      variation.  To do this, set extra_float_digits to -3 in the geometry
      test, and tweak the CIRCLE_TBL dataset to avoid values that suffer
      from severe cancellation error (eg, circles that just touch an axis).
      We still need two geometry 'expected' files to account for the
      difference between platforms that display minus zero as '-0' and those
      that just say '0', but with luck that's all we'll need.
      337f73b1
  6. 01 Nov, 2002 1 commit
  7. 29 Oct, 2002 1 commit
  8. 21 Dec, 2001 1 commit
  9. 20 Dec, 2001 1 commit
  10. 19 Dec, 2001 1 commit
  11. 10 Dec, 2001 1 commit
  12. 02 Dec, 2001 1 commit
  13. 26 Aug, 2001 1 commit
  14. 06 Aug, 2001 1 commit
  15. 10 May, 2001 1 commit
  16. 26 Mar, 2001 1 commit
    • Bruce Momjian's avatar
      OpenBSD resultmap change: · 153237cc
      Bruce Momjian authored
      I posted this to the list a few days ago,  but it was not addressed.  Can
      someone please make the changes to the src/test/regress/resultmap?
      
      Thanks.
      
      - brandon
      153237cc
  17. 22 Mar, 2001 1 commit
    • Marc G. Fournier's avatar
      · 69a2c2ba
      Marc G. Fournier authored
      geometry tests 'FAILED' from a precision standpoint, but differently then
      what solaris-precision takes into account ... its possible that solaris-precision
      is 'stale', but created a new one "just in case" ...
      69a2c2ba
  18. 13 Feb, 2001 1 commit
    • Bruce Momjian's avatar
      Please apply the following patch to fix AIX and IRIX timestamp behavior · 7582bd91
      Bruce Momjian authored
      as previously discussed.
      
      It makes AIX and IRIX not use DST for dates before 1970.
      
      The following expected files need to be removed from the regression tests,
      they contain wrong results and are not needed any more.
      
      src/test/regress/expected/horology-1947-PDT.out
      src/test/regress/expected/tinterval-1947-PDT.out
      src/test/regress/expected/abstime-1947-PDT.out
      
      Zeugswetter Andreas
      7582bd91
  19. 27 Jan, 2001 1 commit
    • Bruce Momjian's avatar
      Just a quick patch to make the geometry test on Sparc/Linux · d67328f7
      Bruce Momjian authored
      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.
      
      Ryan Kirkpatrick
      d67328f7
  20. 07 Jan, 2001 1 commit
  21. 30 Dec, 2000 1 commit
  22. 11 Dec, 2000 1 commit
  23. 22 Nov, 2000 1 commit
  24. 06 Nov, 2000 1 commit
  25. 31 Oct, 2000 1 commit
    • Peter Eisentraut's avatar
      This is the minimal version of the Darwin support patch from · b99ee7f3
      Peter Eisentraut authored
      Bruce Hartzler <bruceh@mail.utexas.edu>.  It contains shared library
      support, regression test map, and the usual template files.  The dynamic
      loader is missing, the spin lock code apparently doesn't assemble due to
      syntax problems, and semaphores are to be hoped for from Apple.
      b99ee7f3
  26. 24 Oct, 2000 1 commit
  27. 22 Oct, 2000 1 commit
    • Peter Eisentraut's avatar
      Makeover for Unixware 7.1.1 · fba790ad
      Peter Eisentraut authored
      * Makefile: Add more standard targets.  Improve shell redirection in GNU
      make detection.
      * src/backend/access/transam/rmgr.c: Fix incorrect(?) C.
      * src/backend/libpq/pqcomm.c (StreamConnection): Work around accept() bug.
      * src/include/port/unixware.h: ...with help from here.
      * src/backend/nodes/print.c (plannode_type): Remove some "break"s after
      "return"s.
      * src/backend/tcop/dest.c (DestToFunction): ditto.
      * src/backend/nodes/readfuncs.c: Add proper prototypes.
      * src/backend/utils/adt/numutils.c (pg_atoi): Cope specially with strtol()
      setting EINVAL. This saves us from creating an extra set of regression test
      output for the affected systems.
      * src/include/storage/s_lock.h (tas): Correct prototype.
      * src/interfaces/libpq/fe-connect.c (parseServiceInfo): Don't use variable
      as dimension in array definition.
      * src/makefiles/Makefile.unixware: Add support for GCC.
      * src/template/unixware: same here
      * src/test/regress/expected/abstime-solaris-1947.out: Adjust whitespace.
      * src/test/regress/expected/horology-solaris-1947.out: Part of this file
      was evidently missing.
      * src/test/regress/pg_regress.sh: Fix shell.  mkdir -p returns non-zero if
      the directory exists.
      * src/test/regress/resultmap: Add entries for Unixware.
      fba790ad
  28. 16 Oct, 2000 1 commit
    • Bruce Momjian's avatar
      I wasn't too sure where to mail this. · 1333f07f
      Bruce Momjian authored
      I have noticed that there are some identical files in
      postgresql-7.0.2/src/test/regress/expected/
      
      > diff float8-cygwin.out float8-small-is-zero.out #I recommend deleting
      float8-cygwin.out
      > diff geometry-cygwin-precision.out geometry-solaris-precision.out #I
      recommend deleting geometry-cygwin-precision.out
      
      below is the diff of postgresql-7.0.2/src/test/regress/resultmap
      that has the above files deleted plus the addition of an alpha regression
      test built with alphaev56-dec-osf4.0e/2.95.2/ . The alpha geometry
      regression file is attached
      
      11c11
      < float8/i.86-pc-cygwin*=float8-cygwin
      ---
      > float8/i.86-pc-cygwin*=float8-small-is-zero
      18c18
      < geometry/i.86-pc-cygwin*=geometry-cygwin-precision
      ---
      > geometry/i.86-pc-cygwin*=geometry-solaris-precision
      21a22
      > geometry/alpha.*-dec-osf=geometry-alpha-precision
      
      
      
      Ricardo Muggli
      Systems Manager
      Information and Technology Services
      Minnesota State University, Mankato
      1333f07f
  29. 14 Oct, 2000 1 commit
  30. 07 Oct, 2000 1 commit
    • Bruce Momjian's avatar
      Thanks for the patch · 969e28d8
      Bruce Momjian authored
              It builds and run nicely now
      
              it seem that the resultmap file have not been updated.
      
      Cyril VELTER
      969e28d8
  31. 28 Sep, 2000 1 commit
  32. 24 Sep, 2000 1 commit
  33. 12 Sep, 2000 1 commit
    • Bruce Momjian's avatar
      Irix fix: · b1777d5f
      Bruce Momjian authored
      The regression tests abstime, horology, int2, int4, and tinterval fail
      by default.  They will pass if comparison is made to one of the
      variant expected/*.out files.
      
      (A related problem is that the geometry test fails.  This seems to be
      just a matter of FP precision but more rigorous inspection is needed.
      No existing expected/geometry-*.out variant matches.)
      
      
      Pete Forman
      b1777d5f
  34. 05 Jul, 2000 1 commit
  35. 17 Apr, 2000 1 commit
  36. 08 Apr, 2000 2 commits