809 static int oid_compare(
const void *a,
const void *b);
828 MemSet(SysCache, 0,
sizeof(SysCache));
833 cacheinfo[cacheId].
reloid,
834 cacheinfo[cacheId].
indoid,
835 cacheinfo[cacheId].
nkeys,
836 cacheinfo[cacheId].
key,
839 elog(
ERROR,
"could not initialize cache %u (%d)",
840 cacheinfo[cacheId].reloid, cacheId);
842 cacheinfo[cacheId].
reloid;
853 SysCacheRelationOidSize = j + 1;
907 elog(
ERROR,
"invalid cache ID: %d", cacheId);
1091 elog(
ERROR,
"invalid cache ID: %d", cacheId);
1099 SysCache[cacheId]->cc_tupdesc,
1122 elog(
ERROR,
"invalid cache ID: %d", cacheId);
1136 elog(
ERROR,
"invalid cache ID: %d", cacheId);
1139 key1, key2, key3, key4);
1184 int middle = low + (high - low) / 2;
1209 return (oa > ob) ? 1 : -1;