pgsql: Remove obsolete comment.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove obsolete comment.
Date: 2025-02-14 00:20:16
Message-ID: E1tijRI-006zyv-3R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove obsolete comment.

Commit 755a4c10d19d prevented StartReadBuffers() from crossing md.c
segment boundaries in one operation, but a comment about that
possibility remained.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9e17ac997f921c9de99125a97a0f34ae50f5c498

Modified Files
--------------
src/backend/storage/buffer/bufmgr.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-02-14 11:09:59 pgsql: Fix assertion on dereferenced object
Previous Message Nathan Bossart 2025-02-13 22:48:08 pgsql: Remove unused parameter from execute_extension_script().