Back-patch fix for attempt to pfree a value that's not palloc'd

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

Commit: 807a26265755c675e6f1a4bed7a7ce25019c3342
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-06-13T01:02:59Z
Releases: 7.1.3
Back-patch fix for attempt to pfree a value that's not palloc'd
(it's a field of a tuple).  I see Jan has already fixed this in
current sources, but 7.1.* is pretty badly broken here.

Files

PathChange+/−
src/pl/plpgsql/src/pl_exec.c modified +1 −7