mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Remove duplicate words in comments
A few comments contained duplicate "the" in sentences, fix by removing one occurrence. Author: Vignesh C <vignesh21@gmail.com> Discussion: https://postgr.es/m/CALDaNm2aEEiPwGJmPdzBxROVvs8n75yCjKz4K1f1B2TdWpzxTA@mail.gmail.com
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user