Forum OpenACS Development: Re: Audit of postgres plpgsql procs...

Collapse
Posted by Jeff Davis on
iscachable = immutable rather than stable (eg acs_objects_get_tree_sortkey is declared iscachable which makes it immutable in the pg_proc table but it's really stable instead).

Yeah, I think we should fix them for 5.0 (some of them anyway) although I think we should write the update script to manipulate pg_proc directly rather than trying to reload all the changed functions.