aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/extension.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/extension.h')
-rw-r--r--src/include/commands/extension.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands/extension.h b/src/include/commands/extension.h
index 94354ab04d2..bc3c7de9dd5 100644
--- a/src/include/commands/extension.h
+++ b/src/include/commands/extension.h
@@ -25,7 +25,7 @@
* installation script.
*/
extern PGDLLIMPORT bool creating_extension;
-extern Oid CurrentExtensionObject;
+extern PGDLLIMPORT Oid CurrentExtensionObject;
extern ObjectAddress CreateExtension(CreateExtensionStmt *stmt);