pgsql: read_stream: Remove obsolete comment.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: read_stream: Remove obsolete comment.
Date: 2026-04-10 23:36:12
Message-ID: E1wBLOW-000NLB-0v@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

read_stream: Remove obsolete comment.

This comment was describing the v17 implementation (or io_method=sync).

Backpatch-through: 18

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b2a17ba7a5d00071f433d3ef60ddd2356679aad7

Modified Files
--------------
src/backend/storage/aio/read_stream.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2026-04-10 23:36:26 pgsql: read_stream: Remove obsolete comment.
Previous Message Masahiko Sawada 2026-04-10 23:02:13 pgsql: Fix unstable log verification in test_autovacuum.