projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6478a3b
)
deparse/core: PGDLLIMPORT creating_extension
author
Andres Freund
<andres@anarazel.de>
Thu, 1 May 2014 17:10:57 +0000
(19:10 +0200)
committer
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Wed, 18 Jun 2014 15:15:33 +0000
(11:15 -0400)
src/include/commands/extension.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/commands/extension.h
b/src/include/commands/extension.h
index 2cf784b455502b0eda13c2386dac2b6387515f48..6e533201f8304dbf158ad87aa42d83e4ab5f015c 100644
(file)
--- a/
src/include/commands/extension.h
+++ b/
src/include/commands/extension.h
@@
-23,7
+23,7
@@
* on the current pg_extension object for each SQL object created by its
* installation script.
*/
-extern bool creating_extension;
+extern
PGDLLIMPORT
bool creating_extension;
extern Oid CurrentExtensionObject;