|
10 | 10 | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
11 | 11 | * Portions Copyright (c) 1994, Regents of the University of California
|
12 | 12 | *
|
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 $ |
14 | 14 | *
|
15 | 15 | *-------------------------------------------------------------------------
|
16 | 16 | */
|
@@ -69,7 +69,7 @@ extern MemoryContext PostmasterContext;
|
69 | 69 | externMemoryContextCacheMemoryContext;
|
70 | 70 | externMemoryContextQueryContext;
|
71 | 71 | externMemoryContextTopTransactionContext;
|
72 |
| -externMemoryContextTransactionCommandContext; |
| 72 | +externDLLIMPORTMemoryContextTransactionCommandContext; |
73 | 73 |
|
74 | 74 |
|
75 | 75 | /*
|
|