On Thu, Mar 25, 2010 at 2:35 PM, Tom Lane <[email protected]> wrote: > When you're intending to have a SQL function be inlined, it's probably > best not to mark it as either IMMUTABLE or STRICT --- that doesn't buy > anything and it can complicate matters as to whether inlining is legal.
I'm confused, I thought it was volatile and strict that prevented inlining. -- greg -- Sent via pgsql-sql mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-sql
