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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update obsolete comment: it's no longer the case that mdread()
Date: 2007-06-18 00:47:20
Message-ID: 20070618004720.38CA29FB2A6@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-06-18 01:14:08 pgsql: Back-patch 8.2 fix that complains if trying to extend a relation
Previous Message Tom Lane 2007-06-17 23:39:28 pgsql: Marginal hacking to improve the speed of COPY OUT.