Re: cvs head? initdb?

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: elein <elein(at)varlena(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: cvs head? initdb?
Date: 2003-11-13 21:54:32
Message-ID: 1068760472.10944.18800.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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]
>
--
Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kurt Roeckx 2003-11-13 22:00:43 Re: Background writer process
Previous Message Rod Taylor 2003-11-13 21:42:30 Re: ALTER TABLE modifications