]> granicus.if.org Git - postgresql/commit
Make ECPG regression tests use native threading instead of pthreads, now that
authorMagnus Hagander <magnus@hagander.net>
Thu, 29 Mar 2007 15:30:52 +0000 (15:30 +0000)
committerMagnus Hagander <magnus@hagander.net>
Thu, 29 Mar 2007 15:30:52 +0000 (15:30 +0000)
commit96b171903d5d52ca46b46bc3f73f13978705eae5
treeef3d6422c44693c74439533c8b27979952be77d2
parentddcb5bbf76dd991b5a7024bc3d4e212b97d27936
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.
configure
configure.in
doc/src/sgml/install-win32.sgml
src/interfaces/ecpg/test/expected/thread-thread.c
src/interfaces/ecpg/test/expected/thread-thread_implicit.c
src/interfaces/ecpg/test/thread/thread.pgc
src/interfaces/ecpg/test/thread/thread_implicit.pgc
src/tools/msvc/Mkvcbuild.pm
src/tools/msvc/Project.pm
src/tools/msvc/Solution.pm
src/tools/msvc/config.pl