pgsql: Remove incorrect use of VARSIZE() on a toasted datum.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove incorrect use of VARSIZE() on a toasted datum.
Date: 2007-10-11 18:19:58
Message-ID: 20071011181958.EFAF7753E4C@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove incorrect use of VARSIZE() on a toasted datum. We can just remove it
instead of fix it, since once we've set toast_action[i] to 'p' it no longer
matters what toast_sizes[i] is. Greg Stark

Modified Files:
--------------
pgsql/src/backend/access/heap:
tuptoaster.c (r1.77 -> r1.78)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/tuptoaster.c?r1=1.77&r2=1.78)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-10-11 19:46:22 pgsql: Update release notes in "major" and "migration" sections.
Previous Message Tom Lane 2007-10-11 18:05:27 pgsql: Fix the plan-invalidation mechanism to treat regclass constants