From 4390b0bfbe2641ff26a35372184880348a19919e Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 2 Feb 1999 03:45:56 +0000 Subject: Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. --- src/backend/utils/cache/catcache.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/backend/utils/cache/catcache.c') diff --git a/src/backend/utils/cache/catcache.c b/src/backend/utils/cache/catcache.c index bb87291fdc..0c431edc6d 100644 --- a/src/backend/utils/cache/catcache.c +++ b/src/backend/utils/cache/catcache.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/utils/cache/catcache.c,v 1.36 1998/11/27 19:52:26 vadim Exp $ + * $Header: /cvsroot/pgsql/src/backend/utils/cache/catcache.c,v 1.37 1999/02/02 03:44:58 momjian Exp $ * * Notes: * XXX This needs to use exception.h to handle recovery when @@ -196,7 +196,6 @@ CatalogCacheInitializeCache(struct catcache * cache, if (cache->cc_key[i] > 0) { - /* * Yoiks. The implementation of the hashing code and the * implementation of int28's are at loggerheads. The right -- cgit v1.2.1