Re: Plan caching and serialization for reuse across executions - Mailing list pgsql-hackers

From Kirill Reshke
Subject Re: Plan caching and serialization for reuse across executions
Date
Msg-id CALdSSPgJpcQ8Jp=qAYij05tZtdN1_Tyqixi76hguiQH77WcY2w@mail.gmail.com
Whole thread Raw
In response to Plan caching and serialization for reuse across executions  ("Xuan Chen" <cx0222@vip.qq.com>)
Responses Re: Plan caching and serialization for reuse across executions
List pgsql-hackers
Hi!

On Sun, 17 Aug 2025 at 23:34, Xuan Chen <cx0222@vip.qq.com> wrote:
>
> - Any relevant references in the source code (planner, plancache.c, executor) that I should study would be very
helpful.

Here is extension implementing saving and restoring plans[0]


[0]https://github.com/postgrespro/sr_plan

-- 
Best regards,
Kirill Reshke



pgsql-hackers by date:

Previous
From: "Zhijie Hou (Fujitsu)"
Date:
Subject: RE: Conflict detection for update_deleted in logical replication
Next
From: Ashutosh Bapat
Date:
Subject: Re: [Proposal] Expose internal MultiXact member count function for efficient monitoring