Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5fa77c2

Browse files
committed
CacheMemoryContext should be DLLIMPORT.
1 parent17ce9a0 commit5fa77c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/utils/catcache.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
1414
* Portions Copyright (c) 1994, Regents of the University of California
1515
*
16-
* $Id: catcache.h,v 1.42 2002/04/06 06:59:24 tgl Exp $
16+
* $Id: catcache.h,v 1.43 2002/06/19 13:46:09 tgl Exp $
1717
*
1818
*-------------------------------------------------------------------------
1919
*/
@@ -155,7 +155,7 @@ typedef struct catcacheheader
155155

156156

157157
/* this extern duplicates utils/memutils.h... */
158-
externMemoryContextCacheMemoryContext;
158+
externDLLIMPORTMemoryContextCacheMemoryContext;
159159

160160
externvoidCreateCacheMemoryContext(void);
161161
externvoidAtEOXact_CatCache(boolisCommit);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp