diff options
Diffstat (limited to 'src/include/commands/extension.h')
-rw-r--r-- | src/include/commands/extension.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/commands/extension.h b/src/include/commands/extension.h index 2cf784b4555..967e24b7361 100644 --- a/src/include/commands/extension.h +++ b/src/include/commands/extension.h @@ -23,8 +23,8 @@ * on the current pg_extension object for each SQL object created by its * installation script. */ -extern bool creating_extension; -extern Oid CurrentExtensionObject; +extern PGDLLIMPORT bool creating_extension; +extern PGDLLIMPORT Oid CurrentExtensionObject; extern Oid CreateExtension(CreateExtensionStmt *stmt); |