record_in and record_recv must be careful to return a separately

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

Commit: 7aa066f11d24d500ae103fd532d85fc39311e2b1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-04-18T17:11:05Z
Releases: 8.1.0
record_in and record_recv must be careful to return a separately
pfree'able result, since some callers expect to be able to pfree
the result of a pass-by-reference function.  Per report from Chris Trawick.

Files

PathChange+/−
src/backend/utils/adt/rowtypes.c modified +23 −3