Thread: initdb from current cvs failed

initdb from current cvs failed

From
Oleg Bartunov
Date:
I tried to setup postgresql from current cvs and got
initdb failure:

DEBUG:  database system is ready
ERROR:  TypeCreate: function 'int4in(opaque)' does not exist

initdb failed.
Regards,    Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83



Re: initdb from current cvs failed

From
Tom Lane
Date:
Oleg Bartunov <oleg@sai.msu.su> writes:
> I tried to setup postgresql from current cvs and got
> initdb failure:

You may need to do a full recompile; I've been altering some in-memory
data structures recently.  If you don't enable dependency tracking,
you definitely need "make clean" and rebuild after every cvs update.
        regards, tom lane


Re: initdb from current cvs failed

From
Oleg Bartunov
Date:
On Mon, 18 Jun 2001, Tom Lane wrote:

> Oleg Bartunov <oleg@sai.msu.su> writes:
> > I tried to setup postgresql from current cvs and got
> > initdb failure:
>
> You may need to do a full recompile; I've been altering some in-memory
> data structures recently.  If you don't enable dependency tracking,
> you definitely need "make clean" and rebuild after every cvs update.

Tnanks. It's works now

>
>             regards, tom lane
>
Regards,    Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83