aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/memutils.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-01-11 23:28:34 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-01-11 23:28:34 +0000
commit9b19224666ac5e502429e7a94a8b9b8a8083fc7c (patch)
tree842c4421651d3ece3c0f1307c1c7708a33174f61 /src/include/utils/memutils.h
parentc340c21865f89dfd9c739ba945f7f0a873bd5f29 (diff)
downloadpostgresql-9b19224666ac5e502429e7a94a8b9b8a8083fc7c.tar.gz
postgresql-9b19224666ac5e502429e7a94a8b9b8a8083fc7c.zip
Add DLLIMPORT to TransactionCommandContext.
Diffstat (limited to 'src/include/utils/memutils.h')
-rw-r--r--src/include/utils/memutils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/memutils.h b/src/include/utils/memutils.h
index 79e41b2df13..b679a758260 100644
--- a/src/include/utils/memutils.h
+++ b/src/include/utils/memutils.h
@@ -10,7 +10,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $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 $
*
*-------------------------------------------------------------------------
*/
@@ -69,7 +69,7 @@ extern MemoryContext PostmasterContext;
extern MemoryContext CacheMemoryContext;
extern MemoryContext QueryContext;
extern MemoryContext TopTransactionContext;
-extern MemoryContext TransactionCommandContext;
+extern DLLIMPORT MemoryContext TransactionCommandContext;
/*