Hi,
Just finished installing Postrgress on my system - here are the things
you may want to know...
Postgres v6.5.1
Irix 6.2
SGI Hi-Impact Indigo
Regression tests were mainly ok. Floating point differences in the very
last decimal place. PDT/PST problems. The randon test differed...
*** expected/random.out Mon Aug 17 17:11:15 1998
--- results/random.out Wed Aug 25 11:24:29 1999
***************
*** 19,23 ****
WHERE random NOT BETWEEN 80 AND 120;
random
------
! (0 rows)
--- 19,24 ----
WHERE random NOT BETWEEN 80 AND 120;
random
------
! 125
! (1 row)
Do not know whether this is signifcant or not. Don't know how to fix it
(dont know what's wrong!).
FYI...
(I had to upgrade flex)
Couldn't get the thing to compile at all with C++ - I got complaints
about the class 'String' not being defined. I gave up and switched off
C++ in configure.
I had to hand modify
src/pl/plpgsql/src/pl_gram.c
and move the #include "pl_scan.c" from line 44 to line 142. It seemed to
work.
Thanks for your efforts,
David.