pgsql: Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTIO

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTIO
Дата
Msg-id E1c3lqR-0005VG-PY@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro."

This reverts commit c8ead2a3974d3eada145a0e18940150039493cc9.
Seems there is no way to do this that doesn't cause MSVC to give
warnings, so let's just go back to the way we've been doing it.

Discussion: <11843.1478358206@sss.pgh.pa.us>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/33cb96ba1a84c612491fb5794674a649d1a6a4d6

Modified Files
--------------
contrib/hstore/hstore.h |  2 +-
contrib/ltree/ltree.h   | 40 ++++++++++++++++++++--------------------
doc/src/sgml/xfunc.sgml | 17 -----------------
src/include/fmgr.h      |  7 ++++---
4 files changed, 25 insertions(+), 41 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pg_upgrade: Add NLS
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Revert "Delete contrib/xml2's legacy implementation of xml_is_we