Re: Does IMMUTABLE property propagate?

From: Greg Stark <gsstark(at)mit(dot)edu>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Louis-David Mitterrand <vindex+lists-pgsql-sql(at)apartia(dot)org>, pgsql-sql(at)postgresql(dot)org
Subject: Re: Does IMMUTABLE property propagate?
Date: 2010-03-25 16:05:34
Message-ID: 407d949e1003250905m323c6959wd07b0d7310cd271c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Thu, Mar 25, 2010 at 2:35 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Pavel Stehule 2010-03-25 16:26:13 Re: Does IMMUTABLE property propagate?
Previous Message Leif Biberg Kristensen 2010-03-25 16:00:25 Re: Plpgsql: Iterating through a string of parameters