Re: When deleting the plpgsql function, release the CachedPlan of the function

zengman <zengman@halodbtech.com>

From: Man Zeng <zengman@halodbtech.com>
To: pgsql-hackers@lists.postgresql.org
Cc: Man Zeng <zengman@halodbtech.com>
Date: 2025-08-19T01:44:03Z
Lists: pgsql-hackers
That's correct—this is a simple and blunt patch, and it fails to account for many factors. Initially, I wasn't even sure if this qualified as a distinct issue. Your solution is far more reasonable, and I will rethink the new implementation thoroughly based on your approach.

Thanks,
Zeng Man

The new status of this patch is: Waiting on Author