]> granicus.if.org Git - postgresql/commit
The attached patch updates the thread test program to run stand-alone on
authorBruce Momjian <bruce@momjian.us>
Tue, 23 Aug 2005 21:02:05 +0000 (21:02 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 23 Aug 2005 21:02:05 +0000 (21:02 +0000)
commit43bf3a6bc658d634e073dcb4ea3580dd9053a3b1
tree40d357f8408e146b23f3e005798677a2340ba331
parentf2cec8760581aa9d036c659ecf9ad74907709cc1
The attached patch updates the thread test program to run stand-alone on
Windows. The test itself is bypassed in configure as discussed, and
libpq has been updated appropriately to allow it to build in thread-safe
mode.

Dave Page
12 files changed:
configure
configure.in
src/interfaces/libpq/Makefile
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-exec.c
src/interfaces/libpq/fe-misc.c
src/interfaces/libpq/fe-print.c
src/interfaces/libpq/fe-secure.c
src/interfaces/libpq/libpq-int.h
src/interfaces/libpq/pthread-win32.c
src/tools/thread/README
src/tools/thread/thread_test.c