Re: DISCARD ALL does not force re-planning of plpgsql functions/procedures

Поиск
Список
Период
Сортировка
От Jelte Fennema-Nio
Тема Re: DISCARD ALL does not force re-planning of plpgsql functions/procedures
Дата
Msg-id CAGECzQT5W540ZHN28xX-Tcd_VMeO08SbkP_6bGgf8C+M+2L0CA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: DISCARD ALL does not force re-planning of plpgsql functions/procedures  (Jelte Fennema-Nio <postgres@jeltef.nl>)
Список pgsql-hackers


On Sun, May 26, 2024, 12:26 Jelte Fennema-Nio <postgres@jeltef.nl> wrote:
DISCARD PLANS should probably forget about it though indeed. 

DISCARD PLANS should probably **not** forget about it


> Note that any change in behavior there would affect prepared
> statements in general, not only plpgsql.

DISCARD ALL already removes all prepared statements and thus their run counts, so for prepared statements there would be no difference there. 

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: DISCARD ALL does not force re-planning of plpgsql functions/procedures
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: DROP OWNED BY fails to clean out pg_init_privs grants