]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Back-patch fix for attempt to pfree a value that's not palloc'd
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 Jun 2001 01:02:59 +0000 (01:02 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 Jun 2001 01:02:59 +0000 (01:02 +0000)
commit807a26265755c675e6f1a4bed7a7ce25019c3342
tree750848417319ca0e0c51b1c40b66427a16bdc5e9
parentdeab4a4692045a0da9013aed2ddcefe32a5279c1
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.
src/pl/plpgsql/src/pl_exec.c