MCPcopy Create free account
hub / github.com/apache/cloudberry / ReleaseSysCache

Function ReleaseSysCache

src/backend/utils/cache/syscache.c:1403–1407  ·  view source on GitHub ↗

* ReleaseSysCache * Release previously grabbed reference count on a tuple */

Source from the content-addressed store, hash-verified

1401 * Release previously grabbed reference count on a tuple
1402 */
1403void
1404ReleaseSysCache(HeapTuple tuple)
1405{
1406 ReleaseCatCache(tuple);
1407}
1408
1409/*
1410 * SearchSysCacheCopy

Callers 15

deparseOpExprFunction · 0.85
deparseScalarArrayOpExprFunction · 0.85
appendOrderBySuffixFunction · 0.85
appendFunctionNameFunction · 0.85
sepgsql_relation_setattrFunction · 0.85
sepgsql_proc_setattrFunction · 0.85
TypeValueToCStringFunction · 0.85
PGGetOperatorFunction · 0.85
PGGetOperatorNoFunction · 0.85
PGGetAddOperatorFunction · 0.85
PGGetProcFunction · 0.85

Calls 1

ReleaseCatCacheFunction · 0.85

Tested by 1

plsample_func_handlerFunction · 0.68