Make ECPG regression tests use native threading instead of pthreads, now that
Magnus Hagander <magnus@hagander.net>
Make ECPG regression tests use native threading instead of pthreads, now that ecpglib supports it. Change configure (patch from Bruce) and msvc build system to no longer require pthreads on win32, since all parts of postgresql can be thread-safe using the native platform functions.
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +35 −2 |
| configure.in | modified | +11 −3 |
| doc/src/sgml/install-win32.sgml | modified | +1 −10 |
| src/interfaces/ecpg/test/expected/thread-thread.c | modified | +44 −28 |
| src/interfaces/ecpg/test/expected/thread-thread_implicit.c | modified | +44 −28 |
| src/interfaces/ecpg/test/thread/thread_implicit.pgc | modified | +17 −1 |
| src/interfaces/ecpg/test/thread/thread.pgc | modified | +17 −1 |
| src/tools/msvc/config.pl | modified | +0 −1 |
| src/tools/msvc/Mkvcbuild.pm | modified | +23 −33 |
| src/tools/msvc/Project.pm | modified | +3 −4 |
| src/tools/msvc/Solution.pm | modified | +6 −4 |