Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 924954c

Browse files
committed
Fix typo in comment for writetuple() function
Reported-by: David Rowley Discussion: https://postgr.es/m/CAApHDvrZ9Ky2LcWwcKsbdYChA850JE5qS%3DkGJiTNWS8mbBXZHw%40mail.gmail.com
1 parent 4eec2e0 commit 924954c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/sort/tuplesort.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ tuplesort_puttuple_common(Tuplesortstate *state, SortTuple *tuple, bool useAbbre
13401340
}
13411341

13421342
/*
1343-
* Write a stored tuple onto tape.tuple. Unless the slab allocator is
1343+
* Write a stored tuple onto tape. Unless the slab allocator is
13441344
* used, after writing the tuple, pfree() the out-of-line data (not the
13451345
* SortTuple struct!), and increase state->availMem by the amount of
13461346
* memory space thereby released.

0 commit comments

Comments
 (0)