File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/backend/optimizer/plan Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2775,11 +2775,11 @@ build_tlist_index_other_vars(List *tlist, int ignore_rel)
27752775 * Also ensure that varnosyn is incremented by rtoffset.
27762776 * If no match, return NULL.
27772777 *
2778- * In debugging builds, we cross-check the varnullingrels of the subplan
2779- * output Var based on nrm_match. Most call sites should pass NRM_EQUAL
2780- * indicating we expect an exact match. However, there are places where
2781- * we haven't cleaned things up completely, and we have to settle for
2782- * allowing subset or superset matches.
2778+ * We cross-check the varnullingrels of the subplan output Var based on
2779+ * nrm_match. Most call sites should pass NRM_EQUAL indicating we expect
2780+ * an exact match. However, there are places where we haven't cleaned
2781+ * things up completely, and we have to settle for allowing subset or
2782+ * superset matches.
27832783 */
27842784static Var *
27852785search_indexed_tlist_for_var (Var * var , indexed_tlist * itlist ,
You can’t perform that action at this time.
0 commit comments