Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 151da21

Browse files
committed
C comment: fix for commit b5a9b18
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
1 parent bd8fe12 commit 151da21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/storage/aio/read_stream.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
* I/Os that have been started with StartReadBuffers(), and for which
5252
* WaitReadBuffers() must be called before returning the buffer.
5353
*
54-
* For example, if the callback return block numbers 10, 42, 43, 60 in
54+
* For example, if the callback returns block numbers 10, 42, 43, 44, 60 in
5555
* successive calls, then these data structures might appear as follows:
5656
*
5757
* buffers buf/data ios

0 commit comments

Comments
 (0)