Tom Lane wrote:
> I'm not sure though that any of these cases really are of concern. Do
> we care in any of them whether failure to find the operator is postponed
> till runtime? ANALYZE needs to know because it has a fallback path if
> there's no "<" operator, but ORDER BY does not.
>
I was thinking the same thing and hoping you'd say that. I'll send in an
updated patch later this morning once I've done a bit more testing.
Thanks,
Joe