From: Bruce Momjian Date: Sat, 17 Aug 2024 01:11:55 +0000 (-0400) Subject: C comment: fix for commit b5a9b18cd0b X-Git-Tag: REL_18_BETA1~2105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=151da217a37d793020f8daeea45c142571c0fbe4;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/src/backend/storage/aio/read_stream.c b/src/backend/storage/aio/read_stream.c index 684b6d6fc0c..a83c18c2a4b 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