summaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorDavid Rowley2025-04-21 01:50:50 +0000
committerDavid Rowley2025-04-21 01:50:50 +0000
commit78eda9e2648ab3f8c0df0d4aca53eb0ad6399c59 (patch)
tree224d07fe7e8d79890c81f305f6f8f0ca89f5852f /src/backend
parent84fd3bc141039b32f25c3c9f6157163a56ab5f66 (diff)
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 <[email protected]> Discussion: https://postgr.es/m/CAApHDvrMcr8XD107H3NV=WHgyBcu=sx5+7=WArr-n_cWUqdFXQ@mail.gmail.com
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/storage/buffer/freelist.c4
-rw-r--r--src/backend/utils/adt/ruleutils.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/storage/buffer/freelist.c b/src/backend/storage/buffer/freelist.c
index e1f8e5e97bd..01909be0272 100644
--- a/src/backend/storage/buffer/freelist.c
+++ b/src/backend/storage/buffer/freelist.c
@@ -583,8 +583,8 @@ GetAccessStrategy(BufferAccessStrategyType btype)
/*
* We would like the ring to additionally have space for the
- * the configured degree of IO concurrency. While being read
- * in, buffers can obviously not yet be reused.
+ * configured degree of IO concurrency. While being read in,
+ * buffers can obviously not yet be reused.
*
* Each IO can be up to io_combine_limit blocks large, and we
* want to start up to effective_io_concurrency IOs.
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)
{