We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parente54f757 commitdbeca61Copy full SHA for dbeca61
src/backend/utils/sort/logtape.c
@@ -591,9 +591,9 @@ LogicalTapeRewindForRead(LogicalTapeSet *lts, int tapenum, size_t buffer_size)
591
* Rewind logical tape and switch from reading to writing.
592
*
593
* NOTE: we assume the caller has read the tape to the end; otherwise
594
- * untouched dataand indirect blockswill not have been freed. We
595
- *could add more code to freeany unread blocks, but in current usage
596
- *of this module it'd be uselesscode.
+ * 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.
597
*/
598
void
599
LogicalTapeRewindForWrite(LogicalTapeSet*lts,inttapenum)