Make tuple receive/print routines TOAST-aware. Formerly, printtup would

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 217d1566bf12c9a6e48b1da1e93e886c4ed618aa
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-12-01T22:10:31Z
Releases: 7.1.1
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...

Files

PathChange+/−
src/backend/access/common/printtup.c modified +135 −85
src/backend/executor/spi.c modified +27 −9
src/backend/tcop/dest.c modified +3 −7
src/include/access/printtup.h modified +7 −7