Re: [COMMITTERS] pgsql: Fix plpgsql to release SPI plans when a function or DO block is

From: David Fetter <david(at)fetter(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Fix plpgsql to release SPI plans when a function or DO block is
Date: 2011-03-27 21:07:13
Message-ID: 20110327210713.GA20196@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Sun, Mar 27, 2011 at 04:51:13PM +0000, Tom Lane wrote:
> Fix plpgsql to release SPI plans when a function or DO block is freed.

Do the other PLs we ship need similar fixes?

Cheers,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com
iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-03-28 01:30:43 pgsql: Correct "characters" to "bytes" in createdb docs.
Previous Message Greg Stark 2011-03-27 20:32:00 pgsql: fix up a couple non-prototypes of the form foo() to be foo(void)

Browse pgsql-hackers by date

  From Date Subject
Next Message Dimitri Fontaine 2011-03-27 21:13:32 Re: DO hint update?
Previous Message Robert Haas 2011-03-27 20:31:06 Re: Libpq PGRES_COPY_BOTH - version compatibility