mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 16:21:30 +03:00
Remove leftover reference to "indirect blocks" in comment.
Peter Geoghegan
This commit is contained in:
parent
e54f75722c
commit
dbeca61c35
@ -591,9 +591,9 @@ LogicalTapeRewindForRead(LogicalTapeSet *lts, int tapenum, size_t buffer_size)
|
||||
* Rewind logical tape and switch from reading to writing.
|
||||
*
|
||||
* NOTE: we assume the caller has read the tape to the end; otherwise
|
||||
* untouched data and indirect blocks will not have been freed. We
|
||||
* could add more code to free any unread blocks, but in current usage
|
||||
* of this module it'd be useless code.
|
||||
* untouched data will not have been freed. We could add more code to free
|
||||
* any unread blocks, but in current usage of this module it'd be useless
|
||||
* code.
|
||||
*/
|
||||
void
|
||||
LogicalTapeRewindForWrite(LogicalTapeSet *lts, int tapenum)
|
||||
|
Loading…
x
Reference in New Issue
Block a user