proposal: force slow part of plpgsql compilation

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема proposal: force slow part of plpgsql compilation
Дата
Msg-id CAFj8pRCPCQPEBNbFpGEY845La7Bf9VAuZdyeO4NP-p-PzdgimA@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
Hi

I am plpgsql_check author and now, I am solving bug related to cached plpgsql function. I am not able fore plpgsql compilation - and sometimes the compiled version can be obsolete. As protection to false alarms, I need fresh compilation immediately before plpgsql_check call.

I need a new option "NoCache" to plpgsql_compile function. If this option will be true, then function_valid will be false.

Comments, notes?

Regards

Pavel


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Corrupted btree index on HEAD because of covering indexes
Следующее
От: David Rowley
Дата:
Сообщение: Re: Should we add GUCs to allow partition pruning to be disabled?