pgsql: When using MSVC, disable the building of ecpg if pthreads is not

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: When using MSVC, disable the building of ecpg if pthreads is not
Date: 2007-01-24 19:24:28
Message-ID: 20070124192428.CAF729FB48A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
When using MSVC, disable the building of ecpg if pthreads is not
specified.

Magnus Hagander

Modified Files:
--------------
pgsql/src/tools/msvc:
Project.pm (r1.6 -> r1.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Project.pm.diff?r1=1.6&r2=1.7)
Solution.pm (r1.7 -> r1.8)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Solution.pm.diff?r1=1.7&r2=1.8)
mkvcbuild.pl (r1.10 -> r1.11)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/mkvcbuild.pl.diff?r1=1.10&r2=1.11)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-01-25 02:17:26 pgsql: Prevent WAL logging when COPY is done in the same transation that
Previous Message Tom Lane 2007-01-24 17:12:47 pgsql: Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on