Re: plan cache doesn't clean plans with references to dropped procedures

2020-10-15 Thread Pavel Stehule
čt 15. 10. 2020 v 20:17 odesílatel Tom Lane napsal: > Pavel Stehule writes: > > I am playing with fixing the speed of CALL statement in a non atomic > > context, and when I tested my patch I found another issue of CALL > statement > > - an invalidation of plans doesn't work for CALL statement (i

Re: plan cache doesn't clean plans with references to dropped procedures

2020-10-15 Thread Tom Lane
Pavel Stehule writes: > I am playing with fixing the speed of CALL statement in a non atomic > context, and when I tested my patch I found another issue of CALL statement > - an invalidation of plans doesn't work for CALL statement (in atomic > context). Yeah, that's not the plancache's fault. C