Re: plperl and inline functions -- first draft - Mailing list pgsql-hackers

From Tom Lane
Subject Re: plperl and inline functions -- first draft
Date
Msg-id 3725.1259464540@sss.pgh.pa.us
Whole thread Raw
In response to Re: plperl and inline functions -- first draft  (Joshua Tolley <eggyknap@gmail.com>)
Responses Re: plperl and inline functions -- first draft
List pgsql-hackers
Joshua Tolley <eggyknap@gmail.com> writes:
> Makes sense on both counts. Thanks for the help. How does the attached look?

Applied with minor corrections, mainly around the state save/restore
logic.  I also put in some code to fix the memory leak noted by Tim Bunce,
but am waiting for some confirmation that it's right before
back-patching the pre-existing bug of the same ilk.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "David Rowley"
Date:
Subject: Re: patch - per-tablespace random_page_cost/seq_page_cost
Next
From: Hitoshi Harada
Date:
Subject: Frame level memory in WindowAgg?