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

  1. Fix memory leak in plpgsql's CALL processing.