mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
C comment: fix for commit b5a9b18cd0
The commit was "Provide API for streaming relation data.". Reported-by: Nazir Bilal Yavuz Discussion: https://postgr.es/m/CAN55FZ3KsZ2faZs1sK5J0W+_8B3myB232CfLYGie4u4BBMwP3g@mail.gmail.com Backpatch-through: master
This commit is contained in:
parent
bd8fe12ef3
commit
151da217a3
@ -51,7 +51,7 @@
|
||||
* I/Os that have been started with StartReadBuffers(), and for which
|
||||
* WaitReadBuffers() must be called before returning the buffer.
|
||||
*
|
||||
* For example, if the callback return block numbers 10, 42, 43, 60 in
|
||||
* For example, if the callback returns block numbers 10, 42, 43, 44, 60 in
|
||||
* successive calls, then these data structures might appear as follows:
|
||||
*
|
||||
* buffers buf/data ios
|
||||
|
Loading…
Reference in New Issue
Block a user