pgsql: When using MSVC, disable the building of ecpg if pthreads is not - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: When using MSVC, disable the building of ecpg if pthreads is not
Date
Msg-id 20070124192428.CAF729FB48A@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Get pg_utf_mblen(), pg_utf2wchar_with_len(), and utf2ucs() all on
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Prevent WAL logging when COPY is done in the same transation that