Re: beta2, I can't set UTF-8 for czech locales on win

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com>
Cc: "bruno(dot)gaudin(at)gmail(dot)com" <bruno(dot)gaudin(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: beta2, I can't set UTF-8 for czech locales on win
Date: 2007-11-02 19:44:58
Message-ID: 22463.1194032698@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com> writes:
> On 02/11/2007, bruno(dot)gaudin(at)gmail(dot)com <bruno(dot)gaudin(at)gmail(dot)com> wrote:
>> Exactly same problem !! I use postgres V 8.2.4 on windows vista.
>> Have you found a response since ?
>>
> use runas and run initdb as user postgres

Doesn't sound like that will fix it. The root check doesn't happen until
after we check for -V (look in backend/main/main.c). Whatever libxml2
is doing to break things must be something that affects the earlier
steps in main() ... and there aren't that many. Maybe it's a locale
thing? Anyway I think someone has to reproduce this under a debugger
on Windows to find out where it's failing.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2007-11-02 19:59:03 Re: should I worry?
Previous Message Tom Lane 2007-11-02 19:37:17 Re: Machine available for community use