pgsql: Enable the use of multiple CPUs/cores when building on MSVC. - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: Enable the use of multiple CPUs/cores when building on MSVC.
Date
Msg-id 20090727071116.21D5575331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Enable the use of multiple CPUs/cores when building on MSVC. This only
affects the C compiler step - we still only build one target at a
time.

Modified Files:
--------------
    pgsql/src/tools/msvc:
        Project.pm (r1.19 -> r1.20)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Project.pm?r1=1.19&r2=1.20)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add s_lock support for SuperH architecture.
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Fix minor memory leak in Win32 SID handling functions.