pgsql: Remove incorrect use of VARSIZE() on a toasted datum. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove incorrect use of VARSIZE() on a toasted datum.
Date
Msg-id 20071011181958.EFAF7753E4C@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix the plan-invalidation mechanism to treat regclass constants
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update release notes in "major" and "migration" sections.