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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Make pg_dumpall build with the right object files under MSVC.
Дата
Msg-id E1RUptB-00076L-9X@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Make pg_dumpall build with the right object files under MSVC.
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Move pg_dump memory routines into pg_dumpmem.c/h and restore com
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Ensure that whole-row junk Vars are always of composite type.