File tree 1 file changed +5
-5
lines changed
src/backend/optimizer/plan
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)
2775
2775
* Also ensure that varnosyn is incremented by rtoffset.
2776
2776
* If no match, return NULL.
2777
2777
*
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.
2783
2783
*/
2784
2784
static Var *
2785
2785
search_indexed_tlist_for_var (Var * var , indexed_tlist * itlist ,
You can’t perform that action at this time.
0 commit comments