pgsql: Use --disable-auto-import linker switch in Mingw builds, too.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Use --disable-auto-import linker switch in Mingw builds, too.
Дата
Msg-id E1WDdE8-0001ys-NL@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Use --disable-auto-import linker switch in Mingw builds, too.  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers
Use --disable-auto-import linker switch in Mingw builds, too.

This is evidently the default on buildfarm member narwhal, but that
is a pretty ancient Mingw version, and there is reason to think that
more recent versions of GNU ld have this feature turned on by default.
Since we are trying to achieve consistency of link behavior across
all Windows toolchains, let's just make sure here.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1c9acd5c86a71b8ab73bc139eb5e0ad292b9a7d4

Modified Files
--------------
src/template/win32 |    7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove --enable-auto-import linker switch in Cygwin build.
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Kill pg_basebackup background process when exiting