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

Commit59a3a40

Browse files
committed
All the global memory contexts should be DLLIMPORT, if any are.
1 parentd90eb43 commit59a3a40

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎src/include/utils/memutils.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
1111
* Portions Copyright (c) 1994, Regents of the University of California
1212
*
13-
* $Id: memutils.h,v 1.39 2001/01/11 23:28:34 petere Exp $
13+
* $Id: memutils.h,v 1.40 2001/01/22 00:18:13 tgl Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -63,12 +63,12 @@ typedef struct StandardChunkHeader
6363
* Only TopMemoryContext and ErrorContext are initialized by
6464
* MemoryContextInit() itself.
6565
*/
66-
externMemoryContextTopMemoryContext;
67-
externMemoryContextErrorContext;
68-
externMemoryContextPostmasterContext;
69-
externMemoryContextCacheMemoryContext;
70-
externMemoryContextQueryContext;
71-
externMemoryContextTopTransactionContext;
66+
externDLLIMPORTMemoryContextTopMemoryContext;
67+
externDLLIMPORTMemoryContextErrorContext;
68+
externDLLIMPORTMemoryContextPostmasterContext;
69+
externDLLIMPORTMemoryContextCacheMemoryContext;
70+
externDLLIMPORTMemoryContextQueryContext;
71+
externDLLIMPORTMemoryContextTopTransactionContext;
7272
externDLLIMPORTMemoryContextTransactionCommandContext;
7373

7474

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp