mirror of
https://github.com/postgres/postgres.git
synced 2026-06-15 11:39:05 -04:00
read_stream: Remove obsolete comment.
This comment was describing the v17 implementation (or io_method=sync). Backpatch-through: 18
This commit is contained in:
parent
c3e436b1cb
commit
36e7efbfdd
1 changed files with 3 additions and 4 deletions
|
|
@ -556,10 +556,9 @@ read_stream_begin_impl(int flags,
|
|||
Oid tablespace_id;
|
||||
|
||||
/*
|
||||
* Decide how many I/Os we will allow to run at the same time. That
|
||||
* currently means advice to the kernel to tell it that we will soon read.
|
||||
* This number also affects how far we look ahead for opportunities to
|
||||
* start more I/Os.
|
||||
* Decide how many I/Os we will allow to run at the same time. This
|
||||
* number also affects how far we look ahead for opportunities to start
|
||||
* more I/Os.
|
||||
*/
|
||||
tablespace_id = smgr->smgr_rlocator.locator.spcOid;
|
||||
if (!OidIsValid(MyDatabaseId) ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue