-
- Downloads
Second try at fixing ecpglib thread-safety problem.
While Windows (allegedly) has _configthreadlocale() pretty far back, it seems MinGW didn't acquire support for that till more recently. Fortunately, we can use an autoconf probe on that toolchain, instead of guessing whether it's there. (Hm, I wonder whether Cygwin will need this also.) Per buildfarm. Discussion: https://postgr.es/m/20190121193512.tdmcnic2yjxlufaw@alap3.anarazel.de
Showing
- configure 11 additions, 0 deletionsconfigure
- configure.in 1 addition, 0 deletionsconfigure.in
- src/include/pg_config.h.in 3 additions, 0 deletionssrc/include/pg_config.h.in
- src/include/pg_config.h.win32 3 additions, 0 deletionssrc/include/pg_config.h.win32
- src/interfaces/ecpg/ecpglib/descriptor.c 2 additions, 2 deletionssrc/interfaces/ecpg/ecpglib/descriptor.c
- src/interfaces/ecpg/ecpglib/ecpglib_extern.h 1 addition, 1 deletionsrc/interfaces/ecpg/ecpglib/ecpglib_extern.h
- src/interfaces/ecpg/ecpglib/execute.c 3 additions, 3 deletionssrc/interfaces/ecpg/ecpglib/execute.c
Loading
Please register or sign in to comment