Fix intra-function memory leaks in pl/pgsql

Edit
ID 685
Title Fix intra-function memory leaks in pl/pgsql
Topic Procedural Languages
Created 2016-07-25 19:06:33
Last modified 2016-08-17 19:34:13 (8 years, 3 months ago)
Latest email 2016-08-19 17:29:09 (8 years, 3 months ago)
Status
2016-09: Committed
Target version
Authors Tom Lane (tgl)
Reviewers Pavel Stehule (okbobcz)Become reviewer
Committer Tom Lane (tgl)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/685
git checkout commitfest/cf/685
Emails
Curing plpgsql's memory leaks for statement-lifespan values
First at 2016-07-21 23:02:32 by Tom Lane <tgl at sss.pgh.pa.us>
Latest at 2016-08-19 17:29:09 by Jim Nasby <Jim.Nasby at BlueTreble.com>
Latest attachment (plpgsql-release-compile-mem.patch) at 2016-08-19 15:42:44 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (plpgsql-release-compile-mem.patch) at 2016-08-19 15:42:44 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (plpgsql-stmt-mcontext-1.patch) at 2016-07-25 18:50:48 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
History
When Who What
2016-08-17 19:34:13 Tom Lane (tgl) Closed in commitfest 2016-09 with status: Committed
2016-08-17 19:34:13 Tom Lane (tgl) Changed committer to tgl
2016-08-10 14:26:36 Pavel Stehule (okbobcz) New status: Ready for Committer
2016-08-08 03:29:43 Pavel Stehule (okbobcz) Changed reviewers to Pavel Stehule (okbobcz)
2016-07-25 19:07:06 Tom Lane (tgl) Changed authors to Tom Lane (tgl)
2016-07-25 19:06:34 Tom Lane (tgl) Attached mail thread 17863.1469142152@sss.pgh.pa.us
2016-07-25 19:06:33 Tom Lane (tgl) Created patch record
Edit