pgsql: Redo MSVC build implementation for pg_xlogdump. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Redo MSVC build implementation for pg_xlogdump.
Date
Msg-id E1UA1mE-0007h4-Le@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Add -d option to pg_basebackup and pg_receivexlog, for connectio
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Add -d/--dbname option to pg_dump.