On Wed, Apr 09, 2003 at 11:54:23 -0400,
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> The simplest answer is probably to convert the function to plpgsql,
> which would probably give better performance for index access anyway.
> But I wonder whether any better answer is possible. I don't want to
> give up on the inlining optimization --- anyone see another fix?
Include an option for function definitions to not allow the function
being defined to be inlined.