Shridhar Daithankar <[EMAIL PROTECTED]> writes: > On Thursday 06 Jan 2005 3:52 pm, Peter Eisentraut wrote: >> First, we still do not have any test with 8.0 on the following platforms: >> >> HP-UX
> All the 96 tests are passed on RC3. I can rerun the tests with additional > configure flags if required..But I can not install anything new on HP-UX > machine. > $ ./configure --without-readline --without-zlib;gmake;gmake check > $ uname -a > HP-UX machine B.11.00 A 9000/785 2005950738 two-user license I can assure you it works on 10.20 as well ;-) $ uname -a HP-UX sss2 B.10.20 C 9000/780 2004473515 32-user license I have done port testing using both gcc and vendor's cc on HPUX 11.11 (PA-RISC) and 11.23 (Itanium) at HP's testdrive farm. The last time was a month or two back, so it's possible that something broke since then, but it seems highly unlikely. It's also been a month or two since I last tried vendor's cc on 10.20, but I doubt that broke either. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match