summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2024-08-17 01:11:55 +0000
committerBruce Momjian2024-08-17 01:12:18 +0000
commit151da217a37d793020f8daeea45c142571c0fbe4 (patch)
treecd64150cc7e18999898c989868264e9175f9f450
parentbd8fe12ef3f727ed3658daf9b26beaf2b891e9bc (diff)
C comment: fix for commit b5a9b18cd0b
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
-rw-r--r--src/backend/storage/aio/read_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/aio/read_stream.c b/src/backend/storage/aio/read_stream.c
index 684b6d6fc0..a83c18c2a4 100644
--- a/src/backend/storage/aio/read_stream.c
+++ b/src/backend/storage/aio/read_stream.c
@@ -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