Revert "Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro."

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 33cb96ba1a84c612491fb5794674a649d1a6a4d6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-11-07T15:19:22Z
Releases: 10.0
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>

Files

PathChange+/−
contrib/hstore/hstore.h modified +1 −1
contrib/ltree/ltree.h modified +20 −20
doc/src/sgml/xfunc.sgml modified +0 −17
src/include/fmgr.h modified +4 −3

Documentation touched