Re: [HACKERS] Problem when running initdb with latest cvs code

2003-06-29 Thread Francisco Figueiredo Jr.
Andreas Pflug wrote:

Francisco Figueiredo Jr. wrote:



Hi all,
I'm getting the following error when trying to do an initdb:
This user must also own the server process.

initializing pg_depend... ERROR:  expression_tree_walker: Unexpected 
node type 601
IN:  expression_tree_walker (clauses.c:2320)

Hi Francisco,
I had the same problem. Perform a
  "make clean"
and then the normal "make; make install", and hopefully it will be 
solved just as it was on my machine.

Thanks. It worked!

Thank you too, Tom Lane.

Sorry for bothering you with this :) I will be more carefull next time.

--
Regards,
Francisco Figueiredo Jr.

--
"My grandfather once told me that there are two
kinds of people: those
who work and those who take the credit. He told me
to try to be in the
first group; there was less competition there."
- Indira Gandhi
---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
 subscribe-nomail command to [EMAIL PROTECTED] so that your
 message can get through to the mailing list cleanly


Re: [HACKERS] Problem when running initdb with latest cvs code

2003-06-29 Thread Andreas Pflug
Francisco Figueiredo Jr. wrote:



Hi all,
I'm getting the following error when trying to do an initdb:
This user must also own the server process.

initializing pg_depend... ERROR:  expression_tree_walker: Unexpected 
node type 601
IN:  expression_tree_walker (clauses.c:2320)

Hi Francisco,
I had the same problem. Perform a
  "make clean"
and then the normal "make; make install", and hopefully it will be 
solved just as it was on my machine.

Regards,
Andreas


---(end of broadcast)---
TIP 8: explain analyze is your friend


Re: [HACKERS] Problem when running initdb with latest cvs code

2003-06-29 Thread Tom Lane
"Francisco Figueiredo Jr." <[EMAIL PROTECTED]> writes:
> initializing pg_depend... ERROR:  expression_tree_walker: Unexpected 
> node type 601
> IN:  expression_tree_walker (clauses.c:2320)

Did you do a "make clean" and full recompile after your last cvs update?
This looks like some modules are out of sync about internal node type
numbers.

regards, tom lane

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster