Remove outdated comment on how to set logtape's read buffer size.
authorHeikki Linnakangas
Fri, 27 Apr 2018 06:31:43 +0000 (09:31 +0300)
committerHeikki Linnakangas
Fri, 27 Apr 2018 06:32:42 +0000 (09:32 +0300)
Commit b75f467b6e removed the LogicalTapeAssignReadBufferSize() function,
but forgot to update this comment. The read buffer size is an argument to
LogicalTapeRewindForRead() now. Doesn't seem worth going into the details
in the file header comment, so remove the outdated sentence altogether.

src/backend/utils/sort/logtape.c

index 5ebb6fb11ab3cc0aeec43b33bb3942b98d3f5fd3..d454fd1939fc7270533acb882d9214b4ee4d3d7a 100644 (file)
@@ -47,8 +47,7 @@
  *
  * To further make the I/Os more sequential, we can use a larger buffer
  * when reading, and read multiple blocks from the same tape in one go,
- * whenever the buffer becomes empty.  LogicalTapeAssignReadBufferSize()
- * can be used to set the size of the read buffer.
+ * whenever the buffer becomes empty.
  *
  * To support the above policy of writing to the lowest free block,
  * ltsGetFreeBlock sorts the list of free block numbers into decreasing