File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1143,7 +1143,7 @@ ExecMergeJoin(PlanState *pstate)
1143
1143
break ;
1144
1144
1145
1145
/*----------------------------------------------------------
1146
- * EXEC_MJ_SKIP means compare tuples and if they do not
1146
+ * EXEC_MJ_SKIP_TEST means compare tuples and if they do not
1147
1147
* match, skip whichever is lesser.
1148
1148
*
1149
1149
* For example:
@@ -1199,8 +1199,8 @@ ExecMergeJoin(PlanState *pstate)
1199
1199
break ;
1200
1200
1201
1201
/*
1202
- * SKIPOUTER_ADVANCE : advance over an outer tuple that is
1203
- * known not to join to any inner tuple.
1202
+ * EXEC_MJ_SKIPOUTER_ADVANCE : advance over an outer tuple that
1203
+ * is known not to join to any inner tuple.
1204
1204
*
1205
1205
* Before advancing, we check to see if we must emit an
1206
1206
* outer-join fill tuple for this outer tuple.
@@ -1261,8 +1261,8 @@ ExecMergeJoin(PlanState *pstate)
1261
1261
break ;
1262
1262
1263
1263
/*
1264
- * SKIPINNER_ADVANCE : advance over an inner tuple that is
1265
- * known not to join to any outer tuple.
1264
+ * EXEC_MJ_SKIPINNER_ADVANCE : advance over an inner tuple that
1265
+ * is known not to join to any outer tuple.
1266
1266
*
1267
1267
* Before advancing, we check to see if we must emit an
1268
1268
* outer-join fill tuple for this inner tuple.
You can’t perform that action at this time.
0 commit comments