mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
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
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user