]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Remove obsolete comment.
authorThomas Munro <tmunro@postgresql.org>
Fri, 8 Aug 2025 13:40:17 +0000 (01:40 +1200)
committerThomas Munro <tmunro@postgresql.org>
Fri, 8 Aug 2025 13:46:04 +0000 (01:46 +1200)
Remove a comment about potential for AIO in StartReadBuffersImpl(),
because that change happened.

src/backend/storage/buffer/bufmgr.c

index 67431208e7f5f190be930f391eab6705ea16462a..6c9ae83a7a869366400e6bff14bcc3c079dda66b 100644 (file)
@@ -1484,11 +1484,6 @@ StartReadBuffersImpl(ReadBuffersOperation *operation,
  * buffers must remain valid until WaitReadBuffers() is called, and any
  * forwarded buffers must also be preserved for a continuing call unless
  * they are explicitly released.
- *
- * Currently the I/O is only started with optional operating system advice if
- * requested by the caller with READ_BUFFERS_ISSUE_ADVICE, and the real I/O
- * happens synchronously in WaitReadBuffers().  In future work, true I/O could
- * be initiated here.
  */
 bool
 StartReadBuffers(ReadBuffersOperation *operation,