Remove incorrect use of VARSIZE() on a toasted datum. We can just remove it
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Oct 2007 18:19:58 +0000 (18:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 11 Oct 2007 18:19:58 +0000 (18:19 +0000)
commit56b7695cf5517a78045798fd034ed9819e61a8ac
tree000124ad9f74048871601804a12e581f86428e81
parent82d8ab6fc4c1a0330c91022728e1e766db207069
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
src/backend/access/heap/tuptoaster.c