Re: [HACKERS] cvs 'initdb' -- "vacuuming database template1 ... FATAL:

2006-11-06 Thread Matt Miller
> > head does this to me when I try to initdb:
> 
> I bet you didn't do a full recompile after "cvs update".
> If you're not using --enable-depend then you really have
> to do "make clean" or even "make distclean".

I am using --enable-depend, but I'll 'make clean' and give
it another shot.

---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


Re: [HACKERS] cvs 'initdb' -- "vacuuming database template1 ... FATAL:

2006-11-06 Thread Matt Miller
> > > head does this to me when I try to initdb:
> >  ...
> > do "make clean" or even "make distclean".
> 
> I am using --enable-depend, but I'll "make clean" and give
> it another shot.

All better.  Thanks.

I guess I be suspicious of --enable-depend for a while.

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


Re: [HACKERS] cvs 'initdb' -- "vacuuming database template1 ... FATAL:

2006-11-06 Thread Matt Miller
> > head does this to me when I try to initdb:
> 
> I bet you didn't do a full recompile after "cvs update".
> If you're not using --enable-depend then you really have
> to do "make clean" or even "make distclean".

I am using --enable-depend, but I'll "make clean" and give
it another shot.

---(end of broadcast)---
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate


Re: [HACKERS] cvs 'initdb' -- "vacuuming database template1 ... FATAL: could not identify a comparison function for type aclitem"

2006-11-06 Thread Tom Lane
"Matt Miller" <[EMAIL PROTECTED]> writes:
> head does this to me when I try to initdb:

I bet you didn't do a full recompile after "cvs update".
If you're not using --enable-depend then you really have
to do "make clean" or even "make distclean".

regards, tom lane

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