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 17ce9a0 commit 5fa77c2Copy full SHA for 5fa77c2
src/include/utils/catcache.h
@@ -13,7 +13,7 @@
13
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
14
* Portions Copyright (c) 1994, Regents of the University of California
15
*
16
- * $Id: catcache.h,v 1.42 2002/04/06 06:59:24 tgl Exp $
16 7F9A
+ * $Id: catcache.h,v 1.43 2002/06/19 13:46:09 tgl Exp $
17
18
*-------------------------------------------------------------------------
19
*/
@@ -155,7 +155,7 @@ typedef struct catcacheheader
155
156
157
/* this extern duplicates utils/memutils.h... */
158
-extern MemoryContext CacheMemoryContext;
+extern DLLIMPORT MemoryContext CacheMemoryContext;
159
160
extern void CreateCacheMemoryContext(void);
161
extern void AtEOXact_CatCache(bool isCommit);
0 commit comments