]> granicus.if.org Git - postgresql/commit
Remove outdated comment on how to set logtape's read buffer size.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 27 Apr 2018 06:31:43 +0000 (09:31 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Fri, 27 Apr 2018 06:32:42 +0000 (09:32 +0300)
commit706b86bd4354d48a62e21953b2aaf258f90307c3
tree2bdae92c5f140d60feb5c3776393628869ed963e
parent131bfcb7fd098c17837b0b5863521e6a81d8e384
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.
src/backend/utils/sort/logtape.c