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 c340c21 commit 9b19224Copy full SHA for 9b19224
src/include/utils/memutils.h
@@ -10,7 +10,7 @@
10
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
11
* Portions Copyright (c) 1994, Regents of the University of California
12
*
13
- * $Id: memutils.h,v 1.38 2000/12/01 05:16:45 tgl Exp $
+ * $Id: memutils.h,v 1.39 2001/01/11 23:28:34 petere Exp $
14
15
*-------------------------------------------------------------------------
16
*/
@@ -69,7 +69,7 @@ extern MemoryContext PostmasterContext;
69
extern MemoryContext CacheMemoryContext;
70
extern MemoryContext QueryContext;
71
extern MemoryContext TopTransactionContext;
72
-extern MemoryContext TransactionCommandContext;
+extern DLLIMPORT MemoryContext TransactionCommandContext;
73
74
75
/*
0 commit comments