pgsql: Enable building with Microsoft Visual Studio 2012.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Enable building with Microsoft Visual Studio 2012.
Date: 2013-02-06 19:57:15
Message-ID: E1U3B7L-00051j-8W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Enable building with Microsoft Visual Studio 2012.

Backpatch to release 9.2

Brar Piening and Noah Misch, reviewed by Craig Ringer.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/acf290dfbc947e22ad48c95fe41413b89b555432

Modified Files
--------------
doc/src/sgml/install-windows.sgml | 22 +++++++-----
src/backend/utils/adt/pg_locale.c | 68 ++++++++++++++++++++++++++++++++++---
src/bin/initdb/initdb.c | 12 +++++-
src/port/chklocale.c | 43 ++++++++++++++++++-----
src/port/win32env.c | 6 +++
src/tools/msvc/MSBuildProject.pm | 44 +++++++++++++++++++++++-
src/tools/msvc/README | 9 +++--
src/tools/msvc/Solution.pm | 31 ++++++++++++++--
src/tools/msvc/VSObjectFactory.pm | 14 ++++++--
src/tools/msvc/build.pl | 2 +-
src/tools/msvc/gendef.pl | 1 +
11 files changed, 213 insertions(+), 39 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2013-02-06 20:24:21 Re: [COMMITTERS] pgsql: Fast promote mode skips checkpoint at end of recovery.
Previous Message Andrew Dunstan 2013-02-06 19:53:00 pgsql: Enable building with Microsoft Visual Studio 2012.