record_in and record_recv must be careful to return a separately
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/rowtypes.c | modified | +23 −3 |