and the problem seen here with the order of messages sent by initdb has been fixed by Tom in the head branch (which is the only place it would have occurred).
cheers
andrew
Robert Treat wrote:
They are no longer in sync. Jan has started committing some of his ARC work (though I think it might be backed out currently) and Tom has committed his cross data-type index work. Both have reported errors with initdb so it might not be completely stable right now. generally it should be, but not always, you can report errors if you want or wait until they sort it out.
You should still be able to get an RC2 build with the appropriate tags applied. HTH
Robert Treat
On Wed, 2003-11-12 at 21:04, elein wrote:
What is the status of CVS head? Isn't it in sync with 7.4.RC2? I just upgraded from CVS and rebuilt clean and initdb now gives this lovely informative initdb failed message.
I haven't had trouble previously with cvs head or other versions.
$ sudo make install
...
PostgreSQL installation complete.
/local/src/postgres-cvs/pgsql[elein:cookie] $ type initdb
initdb is hashed (/local/pghead/bin/initdb)
/local/src/postgres-cvs/pgsql[elein:cookie] $ initdb
The database cluster will be initialized with locales
COLLATE: C
CTYPE: en_US
MESSAGES: en_US
MONETARY: en_US
NUMERIC: en_US
TIME: en_US
initdb: failed
initdb: removing contents of data directory "/local/pghead/data"
creating directory "/local/pghead/data" ... /local/src/postgres-cvs/pgsql[elein:cookie]
---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster