diff options
author | Magnus Hagander <magnus@hagander.net> | 2007-03-29 15:30:52 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2007-03-29 15:30:52 +0000 |
commit | 96b171903d5d52ca46b46bc3f73f13978705eae5 (patch) | |
tree | ef3d6422c44693c74439533c8b27979952be77d2 /doc/src | |
parent | ddcb5bbf76dd991b5a7024bc3d4e212b97d27936 (diff) | |
download | postgresql-96b171903d5d52ca46b46bc3f73f13978705eae5.tar.gz postgresql-96b171903d5d52ca46b46bc3f73f13978705eae5.zip |
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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/install-win32.sgml | 11 |
1 files changed, 1 insertions, 10 deletions
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 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.37 2007/03/24 22:16:49 mha Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.38 2007/03/29 15:30:52 mha Exp $ --> <chapter id="install-win32"> <title>Installation on <productname>Windows</productname></title> @@ -162,15 +162,6 @@ </varlistentry> <varlistentry> - <term><productname>pthreads</productname></term> - <listitem><para> - Required for building the <application>ECPG</application> libraries. - Binaries can be downloaded from - <ulink url="ftp://sources.redhat.com/pub/pthreads-win32"></>. - </para></listitem> - </varlistentry> - - <varlistentry> <term><productname>Python</productname></term> <listitem><para> Required for building <application>PL/Python</application>. Binaries can |