Fix a few more duplicate words in comments

78eda9e2648ab3f8c0df0d4aca53eb0ad6399c59
pull/8023/merge
Mehmet Yilmaz 2025-06-19 10:28:00 +00:00
parent e47f229b0f
commit 0d848debf0
1 changed files with 1 additions and 1 deletions

View File

@ -8837,7 +8837,7 @@ get_json_table_columns(TableFunc *tf, JsonTablePathScan *scan,
/* /*
* Set default_behavior to guide get_json_expr_options() on whether to * Set default_behavior to guide get_json_expr_options() on whether to
* to emit the ON ERROR / EMPTY clauses. * emit the ON ERROR / EMPTY clauses.
*/ */
if (colexpr->op == JSON_EXISTS_OP) if (colexpr->op == JSON_EXISTS_OP)
{ {