Re: Does IMMUTABLE property propagate? - Mailing list pgsql-sql

From Greg Stark
Subject Re: Does IMMUTABLE property propagate?
Date
Msg-id 407d949e1003250905m323c6959wd07b0d7310cd271c@mail.gmail.com
Whole thread Raw
In response to Re: Does IMMUTABLE property propagate?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Does IMMUTABLE property propagate?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
On Thu, Mar 25, 2010 at 2:35 PM, Tom Lane <tgl@sss.pgh.pa.us> 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


pgsql-sql by date:

Previous
From: Leif Biberg Kristensen
Date:
Subject: Re: Plpgsql: Iterating through a string of parameters
Next
From: Leif Biberg Kristensen
Date:
Subject: Plpgsql: Iterating through a string of parameters