pgsql: Make pg_dumpall build with the right object files under MSVC. - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Make pg_dumpall build with the right object files under MSVC.
Date
Msg-id E1RUptB-00076L-9X@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Make pg_dumpall build with the right object files under MSVC.  (Bruce Momjian <bruce@momjian.us>)
List pgsql-committers
Make pg_dumpall build with the right object files under MSVC.

This fixes a longstanding but up to now benign bug in the way pg_dumpall
was built. The bug was exposed by recent code adjustments. The Makefile
does not use $(OBJS) to build pg_dumpall, so this fix removes their source
files from the pg_dumpall object and adds in the one source file it
consequently needs.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/91572ee0a6dfeb62dda6c375f613d1b7fdfc1383

Modified Files
--------------
src/tools/msvc/Mkvcbuild.pm |    8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Move pg_dump memory routines into pg_dumpmem.c/h and restore com
Next
From: Tom Lane
Date:
Subject: pgsql: Ensure that whole-row junk Vars are always of composite type.