Re: question about the _SPI_save_plan() and plan cache - Mailing list pgsql-hackers

From Tom Lane
Subject Re: question about the _SPI_save_plan() and plan cache
Date
Msg-id 4401.1248924785@sss.pgh.pa.us
Whole thread Raw
In response to Re: question about the _SPI_save_plan() and plan cache  ("Tao Ma" <feng_eden@163.com>)
List pgsql-hackers
"Tao Ma" <feng_eden@163.com> writes:
> I knew that the delete_function() will reclaim the memory context
> allocated for the function. But I did not find any code for removing
> the plan(SPI plan memory context), saved by calling _SPI_save_plan.

Hmmm ... good point, those probably won't get cleaned up.  In an
environment where functions are getting changed constantly, that
might be worth doing.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: RFD: Don't force plpgsql IN parameters to constant
Next
From: Robert Haas
Date:
Subject: Re: Patch for 8.5, transformationHook