pgsql: Update obsolete comment: it's no longer the case that mdread() - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Update obsolete comment: it's no longer the case that mdread()
Date
Msg-id 20070618004720.38CA29FB2A6@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Update obsolete comment: it's no longer the case that mdread() will allow
reads beyond EOF, except by special coercion.

Modified Files:
--------------
    pgsql/src/backend/storage/buffer:
        bufmgr.c (r1.220 -> r1.221)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/bufmgr.c.diff?r1=1.220&r2=1.221)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Marginal hacking to improve the speed of COPY OUT.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Back-patch 8.2 fix that complains if trying to extend a relation