Re: calling procedures is slow and consumes extra much memory against calling function
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Pavel Stehule <pavel.stehule@gmail.com>
Cc: Amit Khandekar <amitdkhan.pg@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Tom Lane <tgl@sss.pgh.pa.us>, Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Date: 2020-09-17T05:36:53Z
Lists: pgsql-hackers
On Thu, Jul 16, 2020 at 09:08:09PM +0200, Pavel Stehule wrote: > I am sending another patch that tries to allow CachedPlans for CALL > statements. I think this patch is very accurate, but it is not nice, > because it is smudging very precious reference counting for CachedPlans. Amit, you are registered as a reviewer of this patch for two months now. Are you planning to look at it more? If you are not planning to do so, that's fine, but it may be better to remove your name as reviewer then. -- Michael
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