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:
parent
4eec2e03c3
commit
924954c670
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user