Re: calling procedures is slow and consumes extra much memory against calling function - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: calling procedures is slow and consumes extra much memory against calling function
Date
Msg-id 20200917053653.GQ2873@paquier.xyz
Whole thread Raw
In response to Re: calling procedures is slow and consumes extra much memory against calling function  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: calling procedures is slow and consumes extra much memory against calling function  (Amit Khandekar <amitdkhan.pg@gmail.com>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: Parallel copy
Next
From: Michael Paquier
Date:
Subject: Re: [PATCH] distinct aggregates within a window function WIP