pgsql: Redo MSVC build implementation for pg_xlogdump.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Redo MSVC build implementation for pg_xlogdump.
Date: 2013-02-25 17:23:46
Message-ID: E1UA1mE-0007h4-Le@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Redo MSVC build implementation for pg_xlogdump.

The previous commit didn't work on MSVC editions earlier than
Visual Studio 2011, apparently. This works by copying files into the
contrib directory, and making provision to clean them up, which should
work on all editions.

Branch
------
master

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

Modified Files
--------------
src/tools/msvc/Mkvcbuild.pm | 17 +++++++++++++----
src/tools/msvc/clean.bat | 5 +++++
2 files changed, 18 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-02-25 17:43:28 pgsql: Add -d/--dbname option to pg_dump.
Previous Message Heikki Linnakangas 2013-02-25 13:00:39 pgsql: Add -d option to pg_basebackup and pg_receivexlog, for connectio