diff options
Diffstat (limited to 'src/include/utils/syscache.h')
-rw-r--r-- | src/include/utils/syscache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/utils/syscache.h b/src/include/utils/syscache.h index d1d8abe0a90..e41b3d2e38b 100644 --- a/src/include/utils/syscache.h +++ b/src/include/utils/syscache.h @@ -125,6 +125,9 @@ struct catclist; extern struct catclist *SearchSysCacheList(int cacheId, int nkeys, Datum key1, Datum key2, Datum key3, Datum key4); +extern bool RelationInvalidatesSnapshotsOnly(Oid); +extern bool RelationHasSysCache(Oid); + /* * 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 |