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

Commit9b19224

Browse files
committed
Add DLLIMPORT to TransactionCommandContext.
1 parentc340c21 commit9b19224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/utils/memutils.h

Lines changed: 2 additions & 2 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.38 2000/12/01 05:16:45 tgl Exp $
13+
* $Id: memutils.h,v 1.39 2001/01/11 23:28:34 petere Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -69,7 +69,7 @@ extern MemoryContext PostmasterContext;
6969
externMemoryContextCacheMemoryContext;
7070
externMemoryContextQueryContext;
7171
externMemoryContextTopTransactionContext;
72-
externMemoryContextTransactionCommandContext;
72+
externDLLIMPORTMemoryContextTransactionCommandContext;
7373

7474

7575
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp