pgsql/src/pl/plpgsql/src pl_comp.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/pl/plpgsql/src pl_comp.c
Date: 2001-04-06 02:06:48
Message-ID: 200104060206.f3626mS89901@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/04/05 22:06:48

Modified files:
src/pl/plpgsql/src: pl_comp.c

Log message:
Since plpgsql keeps its compiled function parsetrees until backend exit,
it needs to ensure that data structures attached to fmgr info records in
the trees will stick around that long, too. Current code was crashing
on cases like datatypes with old-style I/O functions.

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Lockhart 2001-04-06 05:50:31 pgsql/src/test/regress expected/horology-no-DS ...
Previous Message Tom Lane 2001-04-05 16:55:22 pgsql/src/backend/access/transam xlog.c