aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-10-12 12:45:50 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-10-12 12:46:09 -0400
commit6298eaec86d86228dc59cb38fa7e69930598776d (patch)
tree097a9aed0a404d8b4b9dcaebdb31bd95fbd564a1 /src/backend/tcop/postgres.c
parente611b11634aa48852a6c9f8ff2da5f80ffa61eb9 (diff)
downloadpostgresql-6298eaec86d86228dc59cb38fa7e69930598776d.tar.gz
postgresql-6298eaec86d86228dc59cb38fa7e69930598776d.zip
Provide DLLEXPORT markers for C functions via PG_FUNCTION_INFO_V1 macro.
This isn't really necessary for our own code, because we use a .DEF file in MSVC builds (see gendef.pl), or --export-all-symbols in MinGW and Cygwin builds, to ensure that all global symbols in loadable modules will be exported on Windows. However, third-party authors might use different build processes that need this marker, and it's harmless enough for our own builds. To some extent, this is an oversight in commit e7128e8db, so back-patch to 9.4 where that was added. Laurenz Albe Discussion: <A737B7A37273E048B164557ADEF4A58B539300BD@ntex2010a.host.magwien.gv.at>
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions