We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f034a0e commit 2f30a5aCopy full SHA for 2f30a5a
src/backend/utils/cache/inval.c
@@ -1217,11 +1217,11 @@ CacheInvalidateHeapTuple(Relation relation,
1217
return;
1218
1219
/*
1220
- * We only need to worry about invalidation for tuples that are either in
1221
- * system catalogs or in babelfish catalogs ; user-relation tuples are
1222
- * never in catcaches and can't affect the relcache either.
+ * We only need to worry about invalidation for tuples that are in system
+ * catalogs; user-relation tuples are never in catcaches and can't affect
+ * the relcache either.
1223
*/
1224
- if (!IsCatalogRelation(relation) && (!IsExtendedCatalogHook || !IsExtendedCatalogHook(relation->rd_id)))
+ if (!IsCatalogRelation(relation))
1225
1226
1227
0 commit comments