mirror of
https://github.com/postgres/postgres.git
synced 2025-10-16 17:07:43 +03:00
Fix a few more duplicate words in comments
Similar to 84fd3bc14
but these ones were found using a regex that can span
multiple lines.
Author: David Rowley <dgrowleyml@gmail.com>
Discussion: https://postgr.es/m/CAApHDvrMcr8XD107H3NV=WHgyBcu=sx5+7=WArr-n_cWUqdFXQ@mail.gmail.com
This commit is contained in:
@@ -12122,7 +12122,7 @@ get_json_table_columns(TableFunc *tf, JsonTablePathScan *scan,
|
||||
|
||||
/*
|
||||
* 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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user