Обсуждение: pgsql: Remove outdated comment on how to set logtape's read buffersize

Поиск
Список
Период
Сортировка

pgsql: Remove outdated comment on how to set logtape's read buffersize

От
Heikki Linnakangas
Дата:
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/45f87b7710214ea71947ee3678c6b7cb61580797

Modified Files
--------------
src/backend/utils/sort/logtape.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)