Re: Question about simple function folding optimization - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Question about simple function folding optimization
Date
Msg-id 7780.1049904011@sss.pgh.pa.us
Whole thread Raw
In response to Re: Question about simple function folding optimization  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
> Would changing the function from immutable to stable work (similar to 
> the other day)?

No; it won't prevent inlining, but it *will* prevent you from using it
as an index function ...
        regards, tom lane



pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: Question about simple function folding optimization
Next
From: "Ron Peacetree"
Date:
Subject: Re: Anyone working on better transaction locking?