]> granicus.if.org Git - postgresql/commitdiff
Remove leftover reference to "indirect blocks" in comment.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 30 Jan 2017 08:51:20 +0000 (10:51 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 30 Jan 2017 08:52:50 +0000 (10:52 +0200)
Peter Geoghegan

src/backend/utils/sort/logtape.c

index f6a9dba97da4f9078a67d87b62603841ed722a9a..83e94245374404e2ebddaa6e28e85c01ea78cf36 100644 (file)
@@ -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)