diff options
Diffstat (limited to 'src/include/utils/syscache.h')
-rw-r--r-- | src/include/utils/syscache.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h index d1d8abe0a90..8dc00102bfe 100644 --- a/src/include/utils/syscache.h +++ b/src/include/utils/syscache.h @@ -18,7 +18,7 @@ #include "access/attnum.h" #include "access/htup.h" -/* we purposedly do not include utils/catcache.h here */ +/* we intentionally do not include utils/catcache.h here */ /* * SysCache identifiers. @@ -125,6 +125,8 @@ struct catclist; extern struct catclist *SearchSysCacheList(int cacheId, int nkeys, Datum key1, Datum key2, Datum key3, Datum key4); +extern bool RelationSupportsSysCache(Oid relid); + /* * The use of the macros below rather than direct calls to the corresponding * functions is encouraged, as it insulates the caller from changes in the |