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

Commit dbeca61

Browse files
committed
Remove leftover reference to "indirect blocks" in comment.
Peter Geoghegan
1 parent e54f757 commit dbeca61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/utils/sort/logtape.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -591,9 +591,9 @@ LogicalTapeRewindForRead(LogicalTapeSet *lts, int tapenum, size_t buffer_size)
591591
* Rewind logical tape and switch from reading to writing.
592592
*
593593
* NOTE: we assume the caller has read the tape to the end; otherwise
594-
* untouched data and indirect blocks will not have been freed. We
595-
* could add more code to free any unread blocks, but in current usage
596-
* of this module it'd be useless code.
594+
* untouched data will not have been freed. We could add more code to free
595+
* any unread blocks, but in current usage of this module it'd be useless
596+
* code.
597597
*/
598598
void
599599
LogicalTapeRewindForWrite(LogicalTapeSet *lts, int tapenum)

0 commit comments

Comments
 (0)