pgsql: Make pg_dumpall build with the right object files under MSVC.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make pg_dumpall build with the right object files under MSVC.
Date: 2011-11-28 01:20:09
Message-ID: E1RUptB-00076L-9X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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(-)

Responses

Browse pgsql-committers by date

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

Browse pgsql-hackers by date

  From Date Subject
Next Message Hitoshi Harada 2011-11-28 02:04:47 Re: Feature proposal: www_fdw
Previous Message Ants Aasma 2011-11-28 00:39:47 Patch: add timing of buffer I/O requests