mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
Mark assorted variables PGDLLIMPORT.
This makes life easier for extension authors who wish to support Windows. Brian Cloutier, slightly amended by me. Discussion: http://postgr.es/m/CAJCy68fscdNhmzFPS4kyO00CADkvXvEa-28H-OtENk-pa2OTWw@mail.gmail.com
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
* them from the extension first.
|
||||
*/
|
||||
extern PGDLLIMPORT bool creating_extension;
|
||||
extern Oid CurrentExtensionObject;
|
||||
extern PGDLLIMPORT Oid CurrentExtensionObject;
|
||||
|
||||
|
||||
extern ObjectAddress CreateExtension(ParseState *pstate, CreateExtensionStmt *stmt);
|
||||
|
Reference in New Issue
Block a user