aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeBitmapHeapscan.c
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2024-10-31 11:38:03 +0100
committerDaniel Gustafsson <dgustafsson@postgresql.org>2024-10-31 11:38:03 +0100
commitfb7e27abfbd4e1bae44ce29f5f2c6f6d1aabb5e2 (patch)
treee5c976b367e4b04070451cc3026a8208c97e705d /src/backend/executor/nodeBitmapHeapscan.c
parent2b9b8ebbf8a2f621d1cecc4db759700f9ce6ce66 (diff)
downloadpostgresql-fb7e27abfbd4e1bae44ce29f5f2c6f6d1aabb5e2.tar.gz
postgresql-fb7e27abfbd4e1bae44ce29f5f2c6f6d1aabb5e2.zip
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
Diffstat (limited to 'src/backend/executor/nodeBitmapHeapscan.c')
-rw-r--r--src/backend/executor/nodeBitmapHeapscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/nodeBitmapHeapscan.c b/src/backend/executor/nodeBitmapHeapscan.c
index 337c16e6544..689bde16dd2 100644
--- a/src/backend/executor/nodeBitmapHeapscan.c
+++ b/src/backend/executor/nodeBitmapHeapscan.c
@@ -281,7 +281,7 @@ new_page:
break;
/*
- * If serial, we can error out if the the prefetch block doesn't stay
+ * If serial, we can error out if the prefetch block doesn't stay
* ahead of the current block.
*/
if (node->pstate == NULL &&