1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Remove outdated comment on how to set logtape's read buffer size.

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.
This commit is contained in:
Heikki Linnakangas
2018-04-27 09:31:43 +03:00
parent 131bfcb7fd
commit 706b86bd43

View File

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