Make tuple receive/print routines TOAST-aware. Formerly, printtup would
authorTom Lane <[email protected]>
Fri, 1 Dec 2000 22:10:31 +0000 (22:10 +0000)
committerTom Lane <[email protected]>
Fri, 1 Dec 2000 22:10:31 +0000 (22:10 +0000)
commit217d1566bf12c9a6e48b1da1e93e886c4ed618aa
tree48869c53c6c15cd4c3076e9b836c2503244b0ce8
parentf5371feef9ea4af23284c0f56d8a28cbf1de2a7f
Make tuple receive/print routines TOAST-aware.  Formerly, printtup would
leak memory when printing a toasted attribute, and printtup_internal
didn't work at all...
src/backend/access/common/printtup.c
src/backend/executor/spi.c
src/backend/tcop/dest.c
src/include/access/printtup.h