Re: Thread-unsafe coding in ecpg - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Thread-unsafe coding in ecpg
Date
Msg-id 21439.1548037255@sss.pgh.pa.us
Whole thread Raw
In response to RE: Thread-unsafe coding in ecpg  ("Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>)
Responses RE: Thread-unsafe coding in ecpg  ("Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com>)
List pgsql-hackers
"Tsunakawa, Takayuki" <tsunakawa.takay@jp.fujitsu.com> writes:
> On Windows, _configthreadlocale() enables us to restrict the effect of setlocale() only to the calling thread.  We
cancall it in ecpg_do_prolog/epilog(). 

How far back does that exist?

            regards, tom lane


pgsql-hackers by date:

Previous
From: "Tsunakawa, Takayuki"
Date:
Subject: RE: Thread-unsafe coding in ecpg
Next
From: Andreas Karlsson
Date:
Subject: Re: Feature: temporary materialized views