pgsql: Fix obsolete comment.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix obsolete comment.
Date: 2011-02-15 18:28:06
Message-ID: E1PpPd8-0005gJ-NT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix obsolete comment.

Comment about MaxAllocSize was not updated when the TOAST-header macros
were replaced in 8.3 "varvarlena" changes. Per report from Frederik Ramm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/887dd041a65006deeaf514f78e4a5012dc6f7f7c

Modified Files
--------------
src/include/utils/memutils.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-02-15 19:22:09 pgsql: Bring hstore's comment into line with style of other contrib com
Previous Message Robert Haas 2011-02-15 17:05:20 pgsql: Assorted corrections to the patch to add WAL receiver replies.