projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da129ba
)
'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrator.so function
author
Bruce Momjian
<bruce@momjian.us>
Fri, 8 May 2009 03:21:35 +0000
(
03:21
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 8 May 2009 03:21:35 +0000
(
03:21
+0000)
linkage on Win32.
Tested by Hiroshi Saito
src/include/access/transam.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/transam.h
b/src/include/access/transam.h
index 2b796b699e625da1754a9d8678eff01889b3074d..702e0332f8d87a8c2658a802115f556c0dc4b047 100644
(file)
--- a/
src/include/access/transam.h
+++ b/
src/include/access/transam.h
@@
-130,7
+130,7
@@
typedef VariableCacheData *VariableCache;
*/
/* in transam/varsup.c */
-extern VariableCache ShmemVariableCache;
+extern
PGDLLIMPORT
VariableCache ShmemVariableCache;
/*