aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-05-20 23:11:29 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-05-20 23:11:29 +0000
commit25a7a7f4469f3c861fbbe72733560dba71ae8ea7 (patch)
tree1799df3739865b5d97318d7dc4eb5cdcbc3bff79 /src/backend/utils/cache
parentaa387054d2675a5c0c44f987427f42eeac800289 (diff)
downloadpostgresql-25a7a7f4469f3c861fbbe72733560dba71ae8ea7.tar.gz
postgresql-25a7a7f4469f3c861fbbe72733560dba71ae8ea7.zip
Clean up grotty references to CacheCxt (externs inside functions,
duplicate global declarations, no points for style at all!)
Diffstat (limited to 'src/backend/utils/cache')
-rw-r--r--src/backend/utils/cache/temprel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/cache/temprel.c b/src/backend/utils/cache/temprel.c
index d5e7ba2dce9..c8d5b1f29b7 100644
--- a/src/backend/utils/cache/temprel.c
+++ b/src/backend/utils/cache/temprel.c
@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/temprel.c,v 1.21 2000/04/12 17:15:54 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/cache/Attic/temprel.c,v 1.22 2000/05/20 23:11:29 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -28,9 +28,9 @@
#include "access/xact.h"
#include "catalog/heap.h"
#include "catalog/index.h"
+#include "utils/catcache.h"
#include "utils/temprel.h"
-GlobalMemory CacheCxt;
/* ----------------
* global variables