Skip to content
Snippets Groups Projects
Commit 9b192246 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Add DLLIMPORT to TransactionCommandContext.

parent c340c218
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California * 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; ...@@ -69,7 +69,7 @@ extern MemoryContext PostmasterContext;
extern MemoryContext CacheMemoryContext; extern MemoryContext CacheMemoryContext;
extern MemoryContext QueryContext; extern MemoryContext QueryContext;
extern MemoryContext TopTransactionContext; extern MemoryContext TopTransactionContext;
extern MemoryContext TransactionCommandContext; extern DLLIMPORT MemoryContext TransactionCommandContext;
/* /*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment