diff options
Diffstat (limited to 'src/include/utils/syscache.h')
-rw-r--r-- | src/include/utils/syscache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h index d59dd4e0c70..6998ab784ad 100644 --- a/src/include/utils/syscache.h +++ b/src/include/utils/syscache.h @@ -120,6 +120,8 @@ extern uint32 GetSysCacheHashValue(int cacheId, 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 |