From 7cc2f59dd57ab275497ae42a4f98e7936e1e3723 Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Mon, 9 Oct 2023 09:18:47 +0530 Subject: Remove duplicate words in docs and code comments. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/backend/executor/nodeHashjoin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/executor/nodeHashjoin.c') 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. -- cgit v1.2.3