1. 08 Apr, 2000 1 commit
  2. 07 Apr, 2000 1 commit
    • Marc G. Fournier's avatar
      · dce53f0d
      Marc G. Fournier authored
      resultmap additions for solaris x86 ...
      dce53f0d
  3. 05 Apr, 2000 3 commits
  4. 04 Apr, 2000 1 commit
  5. 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
  6. 30 Mar, 2000 1 commit
  7. 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
  8. 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
  9. 14 Mar, 2000 1 commit
  10. 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
  11. 01 Mar, 2000 1 commit
  12. 28 Feb, 2000 1 commit
  13. 27 Feb, 2000 1 commit
  14. 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
  15. 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
  16. 25 Jan, 2000 1 commit
  17. 21 Jan, 2000 1 commit
  18. 20 Jan, 2000 1 commit
    • Bruce Momjian's avatar
      I have noticed that the geometry test's output for hppa1 and hppa2 are in · 8792af75
      Bruce Momjian authored
      fact the same, so I suggest they could be the same file say
      geometry-positive-zeros.out, as the main difference seems to be not printing
      eg. (0,-0). In src/test/regress/expected, I propose
      
      rm int2-i386-netbsd.out int4-i386-netbsd.out
      mv geometry-hppa1.1.out geometry-positive-zeros.out
      rm geometry-hppa2.0.out geometry-i386-netbsd.out
      
      and the following patch to resultmap. I have only tested the netbsd results
      on i386, but think that in all probability the differences will be the same
      for other ports. If it turns out not to be the case, at least we might find
      out.
      
      Patrick Welche
      8792af75
  19. 09 Jan, 2000 2 commits