]> granicus.if.org Git - postgresql/commit
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 4 Nov 2016 23:04:56 +0000 (19:04 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 4 Nov 2016 23:04:56 +0000 (19:04 -0400)
commitc8ead2a3974d3eada145a0e18940150039493cc9
treee3a594209e4ec44d58e4cf33902a0981ccf5bb4d
parent20540710e83f2873707c284a0c0693f0b57156c4
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.

Second try at the change originally made in commit 8518583cd;
this time with contrib updates so that manual extern declarations
are also marked with PGDLLEXPORT.  The release notes should point
this out as a significant source-code change for extension authors,
since they'll have to make similar additions to avoid trouble on Windows.

Laurenz Albe, doc change by me

Patch: <A737B7A37273E048B164557ADEF4A58B53962ED8@ntex2010a.host.magwien.gv.at>
contrib/hstore/hstore.h
contrib/ltree/ltree.h
doc/src/sgml/xfunc.sgml
src/include/fmgr.h