]> granicus.if.org Git - postgresql/commit
record_in and record_recv must be careful to return a separately
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Apr 2005 17:11:05 +0000 (17:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Apr 2005 17:11:05 +0000 (17:11 +0000)
commit7aa066f11d24d500ae103fd532d85fc39311e2b1
treeda686acd2ba061795f4fcc4cc89cb662e2cea99b
parentd304067695085ea9450212d10b911cf352daa64d
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.
src/backend/utils/adt/rowtypes.c