pgsql: Build pgoutput.dll in MSVC build

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Build pgoutput.dll in MSVC build
Date: 2017-05-05 10:10:06
Message-ID: E1d6aBa-0000HB-5V@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Build pgoutput.dll in MSVC build

Without this, logical replication obviously does not work on Windows

MauMau, with clean.bet additions from me per note from Michael Paquier

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/28d1c8ccc87128f9b0b937eae277473027c36b7e

Modified Files
--------------
src/tools/msvc/Mkvcbuild.pm | 5 +++++
src/tools/msvc/clean.bat | 1 +
2 files changed, 6 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2017-05-05 10:43:30 pgsql: Fix wording in pg_upgrade docs
Previous Message Heikki Linnakangas 2017-05-05 08:35:41 pgsql: Give nicer error message when connecting to a v10 server requiri