pgsql: Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warni

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема pgsql: Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warni
Дата
Msg-id E1PG1GL-0003pn-Ru@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't use __declspec (dllimport) for PGDLLEXPORT to reduce warnings
by gcc version 4 on mingw and cygwin. We don't use dllexport here
because dllexport and dllwrap don't work well together.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=844ed5dc97d4374a4056f0f1cc3b0b78347c74c5

Modified Files
--------------
src/include/port/cygwin.h |    2 +-
src/include/port/win32.h  |    2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: andrewd@pgfoundry.org (User Andrewd)
Дата:
Сообщение: pgbuildfarm - client-code: Avoid giving Storable a regex object to
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Add monitoring function pg_last_xact_replay_timestamp.