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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTIO
Date: 2016-11-07 15:28:23
Message-ID: E1c3lqR-0005VG-PY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)1478358206(at)sss(dot)pgh(dot)pa(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-11-07 17:08:29 pgsql: Band-aid fix for incorrect use of view options as StdRdOptions.
Previous Message Peter Eisentraut 2016-11-07 15:13:13 pgsql: pg_upgrade: Add NLS