pgsql: Revert to using --enable-auto-import in Cygwin builds.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Revert to using --enable-auto-import in Cygwin builds.
Дата
Msg-id E1WF86K-0006n0-6i@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Revert to using --enable-auto-import in Cygwin builds.

Disabling auto-import requires that all libraries we use be careful about
declspecs for exported variables; and it seems they aren't.  This means
that Cygwin will not give us useful info about missing PGDLLIMPORT markers;
but it's probably sufficient that MSVC and Mingw builds do.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8d6e2d4abf77c422714448e5f4270fdb1a84d973

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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Further wordsmithing on 9.3.3 release notes.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix unportable coding in tarCreateHeader().