Re: [PATCHES] win32 locale fixes

2004-06-02 Thread Bruce Momjian
Looks like Tom put this all in. --- Magnus Hagander wrote: > The following patch fixes locale support under win32. > > * Saves and reloads LC_COLLATE and LC_CTYPE when a new backend is > execed. Also preserved in pgstat eve

Re: [PATCHES] win32 locale fixes

2004-05-27 Thread Claudio Natoli
Bruce Momjian wrote: > Claudio Natoli wrote: > > > > Hi Tom, > > > > > other changes into an upcoming rewrite of the EXEC_BACKEND code. > > > > are you planning on doing this for 7.5? I was at some stage, as promised, > > but not for 7.5. > > I think Tom is doing it now. He has to merge the c

Re: [PATCHES] win32 locale fixes

2004-05-27 Thread Bruce Momjian
Claudio Natoli wrote: > > Hi Tom, > > > other changes into an upcoming rewrite of the EXEC_BACKEND code. > > are you planning on doing this for 7.5? I was at some stage, as promised, > but not for 7.5. I think Tom is doing it now. He has to merge the checkpointer into the background writer, so

Re: [PATCHES] win32 locale fixes

2004-05-27 Thread Claudio Natoli
Hi Tom, > other changes into an upcoming rewrite of the EXEC_BACKEND code. are you planning on doing this for 7.5? I was at some stage, as promised, but not for 7.5. Cheers, Claudio --- Certain disclaimers and policies apply to all email sent from Memetrics. For the full text of these disclai

Re: [PATCHES] win32 locale fixes

2004-05-27 Thread Tom Lane
"Magnus Hagander" <[EMAIL PROTECTED]> writes: > The following patch fixes locale support under win32. I've applied the change in pg_locale.c, and will fold the other changes into an upcoming rewrite of the EXEC_BACKEND code. regards, tom lane ---(e

[PATCHES] win32 locale fixes

2004-05-25 Thread Magnus Hagander
The following patch fixes locale support under win32. * Saves and reloads LC_COLLATE and LC_CTYPE when a new backend is execed. Also preserved in pgstat even though it's supposedly not used there at the moment, to be on the safe side for the future. With this patch, passes regression tests with re