Fix typo in comment for writetuple() function
authorAlexander Korotkov <[email protected]>
Sat, 27 Aug 2022 11:46:15 +0000 (14:46 +0300)
committerAlexander Korotkov <[email protected]>
Sat, 27 Aug 2022 11:46:15 +0000 (14:46 +0300)
Reported-by: David Rowley
Discussion: https://postgr.es/m/CAApHDvrZ9Ky2LcWwcKsbdYChA850JE5qS%3DkGJiTNWS8mbBXZHw%40mail.gmail.com

src/backend/utils/sort/tuplesort.c

index d90a1aebdf0701adc862a0707efb3c1042155ec7..66950983e68e58764ae5d6b0936ecbc9ffbcdb26 100644 (file)
@@ -1340,7 +1340,7 @@ tuplesort_puttuple_common(Tuplesortstate *state, SortTuple *tuple, bool useAbbre
 }
 
 /*
- * Write a stored tuple onto tape.tuple.  Unless the slab allocator is
+ * Write a stored tuple onto tape.  Unless the slab allocator is
  * used, after writing the tuple, pfree() the out-of-line data (not the
  * SortTuple struct!), and increase state->availMem by the amount of
  * memory space thereby released.