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
Showing
- configure 15 additions, 0 deletionsconfigure
- configure.in 14 additions, 1 deletionconfigure.in
- src/interfaces/libpq/Makefile 2 additions, 9 deletionssrc/interfaces/libpq/Makefile
- src/interfaces/libpq/fe-connect.c 5 additions, 1 deletionsrc/interfaces/libpq/fe-connect.c
- src/interfaces/libpq/fe-exec.c 7 additions, 16 deletionssrc/interfaces/libpq/fe-exec.c
- src/interfaces/libpq/fe-misc.c 6 additions, 2 deletionssrc/interfaces/libpq/fe-misc.c
- src/interfaces/libpq/fe-print.c 8 additions, 9 deletionssrc/interfaces/libpq/fe-print.c
- src/interfaces/libpq/fe-secure.c 18 additions, 13 deletionssrc/interfaces/libpq/fe-secure.c
- src/interfaces/libpq/libpq-int.h 6 additions, 2 deletionssrc/interfaces/libpq/libpq-int.h
- src/interfaces/libpq/pthread-win32.c 2 additions, 2 deletionssrc/interfaces/libpq/pthread-win32.c
- src/tools/thread/README 33 additions, 0 deletionssrc/tools/thread/README
- src/tools/thread/thread_test.c 111 additions, 11 deletionssrc/tools/thread/thread_test.c
Loading
Please register or sign in to comment