pgsql: Enable the use of multiple CPUs/cores when building on MSVC.

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Enable the use of multiple CPUs/cores when building on MSVC.
Date: 2009-07-27 07:11:16
Message-ID: 20090727071116.21D5575331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2009-07-27 08:46:10 pgsql: Fix minor memory leak in Win32 SID handling functions.
Previous Message Tom Lane 2009-07-27 05:31:05 pgsql: Add s_lock support for SuperH architecture.