Re: [pgsql-hackers-win32] initdb problen - Mailing list pgsql-patches

From Andrew Dunstan
Subject Re: [pgsql-hackers-win32] initdb problen
Date
Msg-id 4051E65F.5010700@dunslane.net
Whole thread Raw
Responses Re: [pgsql-hackers-win32] initdb problen
Re: initdb problen
List pgsql-patches


I believe that the attached patch may solve this setlocale() problem, but I do not have a Windows box handy on which to test it. Can somebody who does please try and let us know the results?

thanks

andrew



Andrew Dunstan wrote:
the answer is very probably here:
http://archives.postgresql.org/pgsql-hackers-win32/2003-10/msg00024.php

I thought Bruce said he had this covered, but it hasn't been fixed. I
will prepare a patch in the next day or so if someone else doesn't beat
me to it.

cheers

andrew

Korea PostgreSQL Users' Group wrote:
 
it works still problem.

setlocale() function is not equivalent between unix and win32

plz check.

multibyte text is not sorted. 


----- Original Message ----- 
From: "Claudio Natoli" <claudio.natoli@memetrics.com>
To: "'Korea PostgreSQL Users' Group'" <pgsql-kr@postgresql.or.kr>; <pgsql-hackers-win32@postgresql.org>
Sent: Friday, March 12, 2004 5:04 PM
Subject: RE: [pgsql-hackers-win32] initdb problen


   
What if you instead try:

initdb --locale=C

Looks like "--no-locale" is not "equivalent to --locale=C", at least under
win32.

Cheers,
Claudio

  
     
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate    subscribe-nomail command to majordomo@postgresql.org so that your    message can get through to the mailing list cleanly

   

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate     subscribe-nomail command to majordomo@postgresql.org so that your     message can get through to the mailing list cleanly
 

pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: defer statement logging until after parse
Next
From: Lee Kindness
Date:
Subject: Re: Update tests & memory leak fix