Re: [7.3-devl] converision test fails - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: [7.3-devl] converision test fails
Date
Msg-id 20020902.223558.115904556.t-ishii@sra.co.jp
Whole thread Raw
In response to [7.3-devl] converision test fails  (Gordon Runkle <gar@integrated-dynamics.com>)
Responses Re: [7.3-devl] converision test fails
List pgsql-hackers
> I'm still getting conversion test failures on RH 7.2, 7.3, and Null beta.
> 
> My confiugre arguments are:
> 
> ./configure --prefix=/opt/postgresql --with-java --with-python  --with-openssl --enable-syslog --enable-debug
--enable-cassert
> --enable-depend

You need not to specify --enable-syslog in 7.3 BTW.

> It appears that the functions are not being loaded into the regression
> database:

This happens because the path to shared objs are defined at the
compile time. I think you don't get the failure once you install
PostgreSQL. However it's not convenience since the parallel regression
test is designed so that it could be executed without the installation
process. I have committed fix for this problem. Please try it again.
--
Tatsuo Ishii


pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: BETWEEN SYMMERIC
Next
From: Bruce Momjian
Date:
Subject: Re: contrib/ intarray, ltree, intagg broken(?) by array changes