Fix typo in comment for writetuple() function

Reported-by: David Rowley
Discussion: https://postgr.es/m/CAApHDvrZ9Ky2LcWwcKsbdYChA850JE5qS%3DkGJiTNWS8mbBXZHw%40mail.gmail.com
This commit is contained in:
Alexander Korotkov 2022-08-27 14:46:15 +03:00
parent 4eec2e03c3
commit 924954c670
1 changed files with 1 additions and 1 deletions

View 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.