Re: calling procedures is slow and consumes extra much memory against calling function
Pavel Stehule <pavel.stehule@gmail.com>
From: Pavel Stehule <pavel.stehule@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Amit Khandekar <amitdkhan.pg@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Date: 2020-09-29T16:39:02Z
Lists: pgsql-hackers
út 29. 9. 2020 v 17:20 odesílatel Tom Lane <tgl@sss.pgh.pa.us> napsal: > Pavel Stehule <pavel.stehule@gmail.com> writes: > > I agree with these conclusions. I'll try to look if I can do #2 patch > > better for pg14. Probably it can fix more issues related to CALL > statement, > > and I agree so this should not be backapatched. > > I've pushed this and marked the CF entry committed. Please start a > new thread and new CF entry whenever you have a more ambitious patch. > Thank you Pavel > regards, tom lane >
Commits
-
Fix memory leak in plpgsql's CALL processing.
- c1e044bb30f2 12.5 landed
- 13a1901bad47 11.10 landed
- f0e4ec74e452 13.1 landed
- a6b1f5365d58 14.0 landed