pgsql: Make pg_dumpall build with the right object files under MSVC.
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: pgsql-committers@postgresql.org
Date: 2011-11-28T01:20:09Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Make pg_dumpall build with the right object files under MSVC.
- 91572ee0a6df 9.2.0 cited
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(-)