8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e06ed1 commit a600605Copy full SHA for a600605
src/include/access/transam.h
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
- * $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 $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -130,7 +130,7 @@ typedef VariableCacheData *VariableCache;
130
131
132
/* in transam/varsup.c */
133
-extern VariableCache ShmemVariableCache;
+extern PGDLLIMPORT VariableCache ShmemVariableCache;
134
135
136
/*
0 commit comments