pgsql: Allow older branches to be built with Visual Studio 2008. This i - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Allow older branches to be built with Visual Studio 2008. This i
Date
Msg-id E1PaE7X-0007WJ-Se@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Allow older branches to be built with Visual Studio 2008. This is a backport of commit df0cdd53 to the 8.2, 8.3 and 8.4
branches.

Branch
------
REL8_2_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=ebbf741d5d449f6fdc1983aca54d1f232d866b16

Modified Files
--------------
src/tools/msvc/Project.pm  |    3 ++-
src/tools/msvc/Solution.pm |   25 ++++++++++++++++++++++++-
2 files changed, 26 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Allow older branches to be built with Visual Studio 2008. This i
Next
From: Bruce Momjian
Date:
Subject: pgsql: Simplify functions and parameters used by pg_upgrade.