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 be64674 commit c340c21Copy full SHA for c340c21
src/backend/utils/mmgr/mcxt.c
@@ -14,7 +14,7 @@
14
*
15
16
* IDENTIFICATION
17
- * $Header: /cvsroot/pgsql/src/backend/utils/mmgr/mcxt.c,v 1.24 2000/08/22 04:00:10 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/mmgr/mcxt.c,v 1.25 2001/01/11 23:27:05 petere Exp $
18
19
*-------------------------------------------------------------------------
20
*/
@@ -34,7 +34,7 @@
34
* CurrentMemoryContext
35
* Default memory context for allocations.
36
37
-DLLIMPORT MemoryContext CurrentMemoryContext = NULL;
+MemoryContext CurrentMemoryContext = NULL;
38
39
/*
40
* Standard top-level contexts
0 commit comments