Skip to content
Snippets Groups Projects
Commit 5fa77c25 authored by Tom Lane's avatar Tom Lane
Browse files

CacheMemoryContext should be DLLIMPORT.

parent 17ce9a0a
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California * Portions Copyright (c) 1994, Regents of the University of California
* *
* $Id: catcache.h,v 1.42 2002/04/06 06:59:24 tgl Exp $ * $Id: catcache.h,v 1.43 2002/06/19 13:46:09 tgl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -155,7 +155,7 @@ typedef struct catcacheheader ...@@ -155,7 +155,7 @@ typedef struct catcacheheader
/* this extern duplicates utils/memutils.h... */ /* this extern duplicates utils/memutils.h... */
extern MemoryContext CacheMemoryContext; extern DLLIMPORT MemoryContext CacheMemoryContext;
extern void CreateCacheMemoryContext(void); extern void CreateCacheMemoryContext(void);
extern void AtEOXact_CatCache(bool isCommit); extern void AtEOXact_CatCache(bool isCommit);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment