aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeHashjoin.c
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2023-10-09 09:18:47 +0530
committerAmit Kapila <akapila@postgresql.org>2023-10-09 09:18:47 +0530
commit7cc2f59dd57ab275497ae42a4f98e7936e1e3723 (patch)
treebc17856e89124532e35f545435ea4e9149c36294 /src/backend/executor/nodeHashjoin.c
parentd8a295389baee766df882f8f934e205b5978b529 (diff)
downloadpostgresql-7cc2f59dd57ab275497ae42a4f98e7936e1e3723.tar.gz
postgresql-7cc2f59dd57ab275497ae42a4f98e7936e1e3723.zip
Remove duplicate words in docs and code comments.
Additionally, add a missing "the" in a couple of places. Author: Vignesh C, Dagfinn Ilmari Mannsåker Discussion: http://postgr.es/m/CALDaNm28t+wWyPfuyqEaARS810Je=dRFkaPertaLAEJYY2cWYQ@mail.gmail.com
Diffstat (limited to 'src/backend/executor/nodeHashjoin.c')
-rw-r--r--src/backend/executor/nodeHashjoin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/nodeHashjoin.c b/src/backend/executor/nodeHashjoin.c
index aea44a9d566..25a2d78f157 100644
--- a/src/backend/executor/nodeHashjoin.c
+++ b/src/backend/executor/nodeHashjoin.c
@@ -1306,7 +1306,7 @@ ExecParallelHashJoinNewBatch(HashJoinState *hjstate)
* The data recorded in the file for each tuple is its hash value,
* then the tuple in MinimalTuple format.
*
- * fileptr points to a batch file in one of the the hashtable arrays.
+ * fileptr points to a batch file in one of the hashtable arrays.
*
* The batch files (and their buffers) are allocated in the spill context
* created for the hashtable.