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