pgsql: Fix obsolete comment. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix obsolete comment.
Date
Msg-id E1PpPd8-0005gJ-NT@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Assorted corrections to the patch to add WAL receiver replies.
Next
From: Tom Lane
Date:
Subject: pgsql: Bring hstore's comment into line with style of other contrib com