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

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/pl/plpgsql/src Tag: REL7_1_STABLE pl ...
Date: 2001-06-13 01:02:59
Message-ID: 200106130102.f5D12xd02369@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2001-06-13 12:38:59 pgsql/src/interfaces/ecpg ChangeLog preproc/pg ...
Previous Message Tom Lane 2001-06-12 22:54:06 pgsql/src backend/bootstrap/bootstrap.c backen ...