File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 5151 * PrepareToInvalidateCacheTuple() routine provides the knowledge of which
5252 * catcaches may need invalidation for a given tuple.
5353 *
54- * Also, whenever we see an operation on a pg_class or pg_attribute tuple,
55- * we register a relcache flush operation for the relation described by that
56- * tuple.
54+ * Also, whenever we see an operation on a pg_class, pg_attribute, or
55+ * pg_index tuple, we register a relcache flush operation for the relation
56+ * described by that tuple (as specified in CacheInvalidateHeapTuple()) .
5757 *
5858 * We keep the relcache flush requests in lists separate from the catcache
5959 * tuple flush requests. This allows us to issue all the pending catcache
@@ -1132,6 +1132,7 @@ CacheInvalidateHeapTuple(Relation relation,
11321132
11331133 /*
11341134 * Now, is this tuple one of the primary definers of a relcache entry?
1135+ * See comments in file header for deeper explanation.
11351136 *
11361137 * Note we ignore newtuple here; we assume an update cannot move a tuple
11371138 * from being part of one relcache entry to being part of another.
You can’t perform that action at this time.
0 commit comments