- Notifications
You must be signed in to change notification settings - Fork5
Commit8518583
committed
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 filein MSVC builds (see gendef.pl), or --export-all-symbols in MinGW andCygwin builds, to ensure that all global symbols in loadable moduleswill be exported on Windows. However, third-party authors might usedifferent build processes that need this marker, and it's harmlessenough for our own builds.To some extent, this is an oversight in commite7128e8, so back-patchto 9.4 where that was added.Laurenz AlbeDiscussion: <A737B7A37273E048B164557ADEF4A58B539300BD@ntex2010a.host.magwien.gv.at>1 parent64f3524 commit8518583
1 file changed
+9
-3
lines changedLines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
347 |
| - | |
348 |
| - | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
349 | 355 |
| |
350 | 356 |
| |
351 |
| - | |
| 357 | + | |
352 | 358 |
| |
353 | 359 |
| |
354 | 360 |
| |
|
0 commit comments
Comments
(0)