diff options
Diffstat (limited to 'src/include/utils/syscache.h')
-rw-r--r-- | src/include/utils/syscache.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h index f363d66e1db..712345614be 100644 --- a/src/include/utils/syscache.h +++ b/src/include/utils/syscache.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: syscache.h,v 1.9 1998/01/24 22:50:57 momjian Exp $ + * $Id: syscache.h,v 1.10 1998/02/26 04:44:11 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -79,11 +79,14 @@ struct cachedesc extern void zerocaches(void); extern void InitCatalogCache(void); -extern HeapTuple SearchSysCacheTuple(int cacheId, Datum key1, Datum key2, +extern HeapTuple +SearchSysCacheTuple(int cacheId, Datum key1, Datum key2, Datum key3, Datum key4); -extern int32 SearchSysCacheStruct(int cacheId, char *returnStruct, +extern int32 +SearchSysCacheStruct(int cacheId, char *returnStruct, Datum key1, Datum key2, Datum key3, Datum key4); -extern void * SearchSysCacheGetAttribute(int cacheId, +extern void * +SearchSysCacheGetAttribute(int cacheId, AttrNumber attributeNumber, Datum key1, Datum key2, |