Tom Lane <[EMAIL PROTECTED]> wrote:
> "Marshall, Steve" <[EMAIL PROTECTED]> writes:
> > I have developed a small patch to optimizer/util/plancat.c that
> > eliminates one of hte caveats associated with constraint exclusions,
> > namely the inability to avoid searching tables based on the result
"Marshall, Steve" <[EMAIL PROTECTED]> writes:
> I have developed a small patch to optimizer/util/plancat.c that
> eliminates one of hte caveats associated with constraint exclusions,
> namely the inability to avoid searching tables based on the results of
> stable functions.
Do you not understa
I have developed a small patch to optimizer/util/plancat.c that
eliminates one of hte caveats associated with constraint exclusions,
namely the inability to avoid searching tables based on the results of
stable functions. The new code expands non-volatile functions into
constant values so the