1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Clean up grotty references to CacheCxt (externs inside functions,

duplicate global declarations, no points for style at all!)
This commit is contained in:
Tom Lane
2000-05-20 23:11:29 +00:00
parent aa387054d2
commit 25a7a7f446
3 changed files with 8 additions and 10 deletions

View File

@ -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