Home
The Toolkit for Online Communities
15887 Community Members, 0 members online, 2045 visitors today
Log In Register

Forum OpenACS Development: Re: Use of inline functions in package creation scripts

OpenACS Home : Forums : OpenACS Development : Re: Use of inline functions in package creation scripts : One Message

+
Posted by Dan Wickstrom on
Yes this is an artifact of automated porting, and it shouldn't be taken as a recommended practice for porting to postgresql.  Inline functions correspond to oracle inline code statements, and they end up being redundant in postgresql when a single function is being called.
+
Posted by Joel Aufrecht on
Already in my todo list. I just wish somebody had told me the first time I asked. grumblegrumblegrumble. Maybe I should start a Development FAQ.