- 08 Apr, 2000 1 commit
-
-
Bruce Momjian authored
-
- 07 Apr, 2000 1 commit
-
-
Marc G. Fournier authored
resultmap additions for solaris x86 ...
-
- 05 Apr, 2000 3 commits
-
-
Bruce Momjian authored
-
Marc G. Fournier authored
freebsd 4.0 is like bsdi for geometry test ...
-
Marc G. Fournier authored
freebsd has *-freebsd and *-freebsdelf ... float8 passes with this
-
- 04 Apr, 2000 1 commit
-
-
Bruce Momjian authored
-
- 31 Mar, 2000 4 commits
-
-
Peter Eisentraut authored
-
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
-
Tom Lane authored
-
Tom Lane authored
-
- 30 Mar, 2000 1 commit
-
-
Tom Lane authored
newer Alpha platforms.
-
- 26 Mar, 2000 1 commit
-
-
Tatsuo Ishii authored
powerpc-unknown-linux-gnu --> powerpc-unknown-linux-gnulibc1 this is because for new config.guess.
-
- 23 Mar, 2000 1 commit
-
-
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
-
- 14 Mar, 2000 1 commit
-
-
Bruce Momjian authored
(Alpha). >
-
- 08 Mar, 2000 1 commit
-
-
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.
-
- 01 Mar, 2000 1 commit
-
-
Bruce Momjian authored
-
- 28 Feb, 2000 1 commit
-
-
Bruce Momjian authored
-
- 27 Feb, 2000 1 commit
-
-
Tatsuo Ishii authored
-
- 23 Feb, 2000 1 commit
-
-
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
-
- 06 Feb, 2000 1 commit
-
-
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.
-
- 25 Jan, 2000 1 commit
-
-
Tom Lane authored
in front of any platform name pattern that's not supposed to match beginning at the start of the machine type name...
-
- 21 Jan, 2000 1 commit
-
-
Tom Lane authored
-
- 20 Jan, 2000 1 commit
-
-
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
-
- 09 Jan, 2000 2 commits
-
-
Tom Lane authored
specified by regular-expression patterns. Add some more files.
-
Tom Lane authored
Instead of hard-wiring one result file per platform, there is a map file 'resultmap' that says which one to use --- a lot like template/.similar. I have only created entries in resultmap for my own platform (HPUX) so far; feel free to add lines for other platforms.
-