mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 12:51: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
c22d115f1d
commit
b2a17ba7a5
1 changed files with 3 additions and 4 deletions
|
|
@ -777,10 +777,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