diff options
author | David Rowley <drowley@postgresql.org> | 2025-04-21 13:50:50 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2025-04-21 13:50:50 +1200 |
commit | 78eda9e2648ab3f8c0df0d4aca53eb0ad6399c59 (patch) | |
tree | 224d07fe7e8d79890c81f305f6f8f0ca89f5852f /src/backend/utils/adt/ruleutils.c | |
parent | 84fd3bc141039b32f25c3c9f6157163a56ab5f66 (diff) | |
download | postgresql-78eda9e2648ab3f8c0df0d4aca53eb0ad6399c59.tar.gz postgresql-78eda9e2648ab3f8c0df0d4aca53eb0ad6399c59.zip |
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
Diffstat (limited to 'src/backend/utils/adt/ruleutils.c')
-rw-r--r-- | src/backend/utils/adt/ruleutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/ruleutils.c b/src/backend/utils/adt/ruleutils.c index 9e90acedb91..467b08198b8 100644 --- a/src/backend/utils/adt/ruleutils.c +++ b/src/backend/utils/adt/ruleutils.c @@ -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) { |