1. 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
  2. 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
  3. 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
  4. 07 Jan, 2001 1 commit
  5. 30 Dec, 2000 1 commit
  6. 11 Dec, 2000 1 commit
  7. 22 Nov, 2000 1 commit
  8. 06 Nov, 2000 1 commit
  9. 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
  10. 24 Oct, 2000 1 commit
  11. 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
  12. 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
  13. 14 Oct, 2000 1 commit
  14. 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
  15. 28 Sep, 2000 1 commit
  16. 24 Sep, 2000 1 commit
  17. 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
  18. 05 Jul, 2000 1 commit
  19. 17 Apr, 2000 1 commit
  20. 08 Apr, 2000 2 commits
  21. 07 Apr, 2000 1 commit
    • Marc G. Fournier's avatar
      · dce53f0d
      Marc G. Fournier authored
      resultmap additions for solaris x86 ...
      dce53f0d
  22. 05 Apr, 2000 3 commits
  23. 04 Apr, 2000 1 commit
  24. 31 Mar, 2000 4 commits
    • Peter Eisentraut's avatar
    • Bruce Momjian's avatar
      I have tested the beta3 on WinNT and here are the results: · ac70c354
      Bruce Momjian authored
      - I was unable to compile ecpg due to the ":=" instead of "=" in defining
      LIBPQDIR and some other variables in Makefile.global.in
      - pg_id (and also pg_encoding) executable was not removed during "make
      clean" - there was no $(X) appended to the executable name for rm
      - I have added result for int2, int4, float8 and geometry regression tests
              - int2, int2 - yet another message for too large numbers ;-)
              - float8 - it is problably a bug in the newlib C library - it has no
      error message for numbers with exponent -400
              - geometry - differences in precision of float numbers
      - I have added appropriate lines into resultmap file
      - I have modified the script regress.sh to use "case" statement when testing
      the hostname. For cygwin the script is called with "i686-pc-cygwin" (on my
      machine) as a parameter and this was not catched with the "if" statement.
      The check was done for PORTNAME (win) and not HOSTNAME (i.86-pc-cygwin*).
      
      The patch for described modifications is included.
      
      All this modifications can be applied to "current" tree too.
      The compilation was done on CygwinB20.1 with gcc 2.95, cygipc library 1.05.
      The binaries were able to run also on the newest development snapshot
      (2000-03-25).
      
                              Dan
      ac70c354
    • Tom Lane's avatar
    • Tom Lane's avatar
  25. 30 Mar, 2000 1 commit
  26. 26 Mar, 2000 1 commit
    • Tatsuo Ishii's avatar
      Change resultmap: · d7959b5c
      Tatsuo Ishii authored
      powerpc-unknown-linux-gnu --> powerpc-unknown-linux-gnulibc1
      this is because for new config.guess.
      d7959b5c
  27. 23 Mar, 2000 1 commit
    • Bruce Momjian's avatar
      Some points for portability improvements: · b2d867fb
      Bruce Momjian authored
      1. C++ style comments in C source for ecpg ( // comment )
      2. compiler finds wrong include file extern.h in ecpg/lib/descriptor.c
      from
      include path instead of workdir (rename it ?)
      3. fe-connect getsockopt takes a socklen_t as fifth arg not int (use
      SOCKET_SIZE_TYPE instead)
      4. char vs unsigned char in psql calls to libpq
      5. empty define that results in an empty but terminated line ( ; )
      
      Now for all but point 3 I can supply changes to the
      compiler flags, to make the compiler less pedantic.
      Or is someone interested in the complications ?
      
      in the meantime can someone apply the attached patch ?
      
      Andreas
      b2d867fb
  28. 14 Mar, 2000 1 commit
  29. 08 Mar, 2000 1 commit
    • Bruce Momjian's avatar
      Hi, · 791bc683
      Bruce Momjian authored
      The regression test script runcheck.sh doesn't seem able to
      handle the blank line on the end of the resultmap file.
      
      Here's a patch to remove it!!
      
      Keith.
      791bc683
  30. 01 Mar, 2000 1 commit
  31. 28 Feb, 2000 1 commit
  32. 27 Feb, 2000 1 commit
  33. 23 Feb, 2000 1 commit
    • Bruce Momjian's avatar
      1. miscadmin.h needs to include sys/types.h for a definition of pid_t · c969e266
      Bruce Momjian authored
      2. Regression tests fail for types int2 and int4 (which can easily be
      fixed by adding entries to resultmap) aswell as float8 and geometry,
      where floating point numbers appear to be rounded a little differently
      than in your expected results (besides that I also need the positive
      zeros file). I'm including a patch for the first 2, but I don't know
      whether the latter two are actually a bug in postgres or a bug in the
      OS or even allowed difference. I'm including my results for reference.
      
      Rolf Grossmann
      c969e266
  34. 06 Feb, 2000 1 commit
    • Bruce Momjian's avatar
      Solaris has always had problems with 1947 in the · a64d3bc4
      Bruce Momjian authored
      regression tests so I prepared a set of expected
      files to make things look OK.
      
      There's also a file to account for minor variations
      in the geopmetry output and a resultmap patch to
      pull them all together.
      
      With these changes PostgreSQL, from CVS, builds and
      regression tests (runcheck) cleanly.
      
      Keith Parks.
      a64d3bc4