summaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/bufmgr.c
diff options
context:
space:
mode:
authorThomas Munro <tmunro@postgresql.org>2025-08-09 01:40:17 +1200
committerThomas Munro <tmunro@postgresql.org>2025-08-09 01:46:04 +1200
commitb5cd74612c26ec3f96dfe3689acd634db9385d2e (patch)
treecc28a19c8805465c47dfdc8c22143e2af4cc5310 /src/backend/storage/buffer/bufmgr.c
parentfd2ab03fea23ad6183fe694e750c901c6ff38479 (diff)
Remove obsolete comment.
Remove a comment about potential for AIO in StartReadBuffersImpl(), because that change happened.
Diffstat (limited to 'src/backend/storage/buffer/bufmgr.c')
-rw-r--r--src/backend/storage/buffer/bufmgr.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/backend/storage/buffer/bufmgr.c b/src/backend/storage/buffer/bufmgr.c
index 67431208e7f..6c9ae83a7a8 100644
--- a/src/backend/storage/buffer/bufmgr.c
+++ b/src/backend/storage/buffer/bufmgr.c
@@ -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,