From 96b171903d5d52ca46b46bc3f73f13978705eae5 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 29 Mar 2007 15:30:52 +0000 Subject: 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. --- doc/src/sgml/install-win32.sgml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/install-win32.sgml b/doc/src/sgml/install-win32.sgml index 4244a0e6fb8..f2fbdb8440f 100644 --- a/doc/src/sgml/install-win32.sgml +++ b/doc/src/sgml/install-win32.sgml @@ -1,4 +1,4 @@ - + Installation on <productname>Windows</productname> @@ -161,15 +161,6 @@ - - pthreads - - Required for building the ECPG libraries. - Binaries can be downloaded from - . - - - Python -- cgit v1.2.3