mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
Fix duplicated consecutive words in comments
Also, fix a comment incorrectly referencing the "streaming read API". This was renamed to "read stream" shortly before being committed. Discussion: https://postgr.es/m/CAApHDvq-2Zdqytm_Hf3RmVf0qg5PS9jTFAJ5QTc9xH9pwvwDTA@mail.gmail.com
This commit is contained in:
@@ -1122,7 +1122,7 @@ heap_beginscan(Relation relation, Snapshot snapshot,
|
||||
/*
|
||||
* Set up a read stream for sequential scans and TID range scans. This
|
||||
* should be done after initscan() because initscan() allocates the
|
||||
* BufferAccessStrategy object passed to the streaming read API.
|
||||
* BufferAccessStrategy object passed to the read stream API.
|
||||
*/
|
||||
if (scan->rs_base.rs_flags & SO_TYPE_SEQSCAN ||
|
||||
scan->rs_base.rs_flags & SO_TYPE_TIDRANGESCAN)
|
||||
|
||||
Reference in New Issue
Block a user