diff options
Diffstat (limited to 'src/include/commands/extension.h')
-rw-r--r-- | src/include/commands/extension.h | 2 |
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); |