proposal: force slow part of plpgsql compilation - Mailing list pgsql-hackers

From Pavel Stehule
Subject proposal: force slow part of plpgsql compilation
Date
Msg-id CAFj8pRCPCQPEBNbFpGEY845La7Bf9VAuZdyeO4NP-p-PzdgimA@mail.gmail.com
Whole thread Raw
List 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 by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: Corrupted btree index on HEAD because of covering indexes
Next
From: David Rowley
Date:
Subject: Re: Should we add GUCs to allow partition pruning to be disabled?