Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove _configthreadlocale() calls in ecpg test suite. | Tom Lane | 2019-01-24 |
| | | | | | | | | | | | | | | | | This essentially reverts commits a772624b1 and 04fbe0e45, which added "_configthreadlocale(_ENABLE_PER_THREAD_LOCALE)" calls to the thread-related ecpg test programs. That was nothing but a hack, because we shouldn't expect that ecpg-using applications have done that for us; and now that we've inserted such calls into ecpglib, the tests should still pass without it. (If they don't, it would be good to know that.) HEAD only; there seems no big need to change this in the back branches. Discussion: https://postgr.es/m/22937.1548307384@sss.pgh.pa.us | ||
* | Changed order of statements and added an additiona MSVC safeguard to make ecpg | Michael Meskes | 2017-08-26 |
| | | | | thread test cases work on Windows. | ||
* | Make setlocale in ECPG test cases thread aware on Windows. | Michael Meskes | 2017-08-26 |
| | | | | | | | Fix threaded test cases on Windows not to crash in setlocale() which can be global or local to a thread on Windows. Author: Christian Ullrich | ||
* | Removed some unneeded variables and comparisons | Michael Meskes | 2009-05-20 |
| | |||
* | Make ECPG regression tests run with -c only for array_of_struct.pgc | Magnus Hagander | 2007-10-03 |
| | | | | | | | on MSVC. Fix strange nonstandard version of __stdcall specifyer in thread tests on win32. | ||
* | Hopefully fixed some stuff that causes Windows builds to fail. | Michael Meskes | 2007-10-03 |
| | |||
* | Made new test also work without threading enabled. | Michael Meskes | 2007-10-02 |
| | |||
* | ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp> added thread-safe | Michael Meskes | 2007-10-02 |
descriptor handling |