Re: initdb failure in CVS - Mailing list pgsql-hackers

From Tom Lane
Subject Re: initdb failure in CVS
Date
Msg-id 9440.1083786833@sss.pgh.pa.us
Whole thread Raw
In response to initdb failure in CVS  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I am seeing the following failure of initdb in CVS:
>        FATAL:  invalid value for parameter "client_encoding": ""

Hmm.  Apparently the pg_unsetenv routine I put into initdb.c doesn't
work on your platform.  Which is odd, because we've used exactly the
same technique to unset TZ in variable.c for years and years, and not
had any reports of trouble.

We might have to put configure to work to figure out how to do unsetenv
properly.  Any thoughts?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Shachar Shemesh
Date:
Subject: Multiple "selects" returned from a single stored procedure
Next
From: Andrew Dunstan
Date:
Subject: Re: initdb failure in CVS