1
0
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:
Daniel Gustafsson
2024-10-31 11:38:03 +01:00
parent 2b9b8ebbf8
commit fb7e27abfb
4 changed files with 6 additions and 6 deletions

View File

@ -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)
{