"Nigel J. Andrews" <nandrews@investsystems.co.uk> writes:
> Adds SPI_freeplan() to the plan object destructor instead of the simple
> pfree() added in version 1.25
> Removes comment in plan object destructor discussing this point
> Adds SPI_freeplan in PLy_spi_prepare() to reclaim plan memory allocated
> in the procedure's context by SPI_prepare()
Applied, along with similar fixes for parallel leakages in plpgsql and
pltcl.
regards, tom lane