pgsql/src/pl/plpgsql/src Tag: REL7_1_STABLE pl ...

Started by Tom Laneabout 25 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl@hub.org 01/06/12 21:02:59

Modified files:
src/pl/plpgsql/src: Tag: REL7_1_STABLE pl_exec.c

Log message:
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.