File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -982,7 +982,7 @@ typedef struct PlanState
982
982
} PlanState ;
983
983
984
984
/* ----------------
985
- * these are are defined to avoid confusion problems with "left"
985
+ * these are defined to avoid confusion problems with "left"
986
986
* and "right" and "inner" and "outer". The convention is that
987
987
* the "left" plan is the "outer" plan and the "right" plan is
988
988
* the inner plan, but these make the code more readable.
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ typedef struct Plan
127
127
} Plan ;
128
128
129
129
/* ----------------
130
- * these are are defined to avoid confusion problems with "left"
130
+ * these are defined to avoid confusion problems with "left"
131
131
* and "right" and "inner" and "outer". The convention is that
132
132
* the "left" plan is the "outer" plan and the "right" plan is
133
133
* the inner plan, but these make the code more readable.
You can’t perform that action at this time.
0 commit comments