pgsql: Make pg_xlogdump MSVC build work more like others.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make pg_xlogdump MSVC build work more like others.
Date: 2015-03-21 09:59:59
Message-ID: E1YZGCF-0003HA-2J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make pg_xlogdump MSVC build work more like others.

Instead of copying xlogreader.c and *desc.c files into the source directory,
build them where they are. That's what we do for other binaries that need to
compile and link in files from elsewhere in the source tree.

The commit history suggests that it was done this way because of issues with
older versions of MSVC. I think this should work, but we'll see if the
buildfarm complains.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1933a5bbc883fd2697c42d82ae12f2d585559b23

Modified Files
--------------
src/tools/msvc/Mkvcbuild.pm | 11 +++--------
src/tools/msvc/clean.bat | 5 -----
2 files changed, 3 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2015-03-21 11:08:15 Re: pgsql: vacuumdb: enable parallel mode
Previous Message Bruce Momjian 2015-03-21 02:15:53 pgsql: pg_recvlogical: update --help description