Re: [HACKERS] initdb segfaults - latest cvs

2003-11-21 Thread Tom Lane
strk [EMAIL PROTECTED] writes:
 It seems that the build system is missing something
 (make distclean made it work)

If you aren't using configure --enable-depend, you should count on doing
at least make clean, preferably make distclean anytime you do a CVS
update.  The default behavior is not to spend any cycles on tracking
header-file dependencies.

regards, tom lane

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send unregister YourEmailAddressHere to [EMAIL PROTECTED])


[HACKERS] initdb segfaults - latest cvs

2003-11-19 Thread strk
Running initdb:

creating template1 database in /pgroot-cvs/data/base/1 ... child process was 
terminated by signal 11

---(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


Re: [HACKERS] initdb segfaults - latest cvs

2003-11-19 Thread Andrew Dunstan
strk wrote:

Running initdb:

creating template1 database in /pgroot-cvs/data/base/1 ... child process was terminated by signal 11

 

It is working fine for me (RH9). Can you provide more details? Platform? 
How you are calling initdb?

cheers

andrew

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?
  http://www.postgresql.org/docs/faqs/FAQ.html


Re: [HACKERS] initdb segfaults - latest cvs

2003-11-19 Thread strk
andrew wrote:
 Ok, seriously weird. This is apparently from the pg_type relation and 
 looks just fine on my installation.
 
 Have you tried make distclean; cvs update; configure; make check ?

Tried now: 4 of 93 tests failed.
.. initdb does not fault though ;)

It seems that the build system is missing something
(make distclean made it work)

Thanks for you support

--strk;

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