aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2009-05-08 03:21:35 +0000
committerBruce Momjian <bruce@momjian.us>2009-05-08 03:21:35 +0000
commita600605bc15d6f0fbddfdacb5015bfc081e8de48 (patch)
tree37df6308fb4bf393037c7753e0d33a08801edeae /src
parent1e06ed1abe6244573683dd1220042c8f06112ed0 (diff)
downloadpostgresql-a600605bc15d6f0fbddfdacb5015bfc081e8de48.tar.gz
postgresql-a600605bc15d6f0fbddfdacb5015bfc081e8de48.zip
'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrator.so function
linkage on Win32. Tested by Hiroshi Saito
Diffstat (limited to 'src')
-rw-r--r--src/include/access/transam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/transam.h b/src/include/access/transam.h
index 8b441d89e6c..b23a663c53a 100644
--- a/src/include/access/transam.h
+++ b/src/include/access/transam.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/access/transam.h,v 1.67 2009/01/01 17:23:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/transam.h,v 1.68 2009/05/08 03:21:35 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -130,7 +130,7 @@ typedef VariableCacheData *VariableCache;
*/
/* in transam/varsup.c */
-extern VariableCache ShmemVariableCache;
+extern PGDLLIMPORT VariableCache ShmemVariableCache;
/*