summaryrefslogtreecommitdiff
path: root/src/backend/optimizer/prep/prepjointree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/optimizer/prep/prepjointree.c')
-rw-r--r--src/backend/optimizer/prep/prepjointree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/optimizer/prep/prepjointree.c b/src/backend/optimizer/prep/prepjointree.c
index 4d7f972caf1..33b10d72cb5 100644
--- a/src/backend/optimizer/prep/prepjointree.c
+++ b/src/backend/optimizer/prep/prepjointree.c
@@ -293,7 +293,7 @@ transform_MERGE_to_join(Query *parse)
* join (in the ModifyTable node) to distinguish between the MATCHED and
* NOT MATCHED BY SOURCE cases -- see ExecMergeMatched(). Note that this
* creates a modified copy of the join condition, for use above the join,
- * without modifying the the original join condition, inside the join.
+ * without modifying the original join condition, inside the join.
*/
if (jointype == JOIN_LEFT || jointype == JOIN_FULL)
{