Re: array support patch phase 1 patch - Mailing list pgsql-patches

From Joe Conway
Subject Re: array support patch phase 1 patch
Date
Msg-id 3EDB66AC.3070403@joeconway.com
Whole thread Raw
In response to array support patch phase 1 patch  (Joe Conway <mail@joeconway.com>)
Responses Re: array support patch phase 1 patch
List pgsql-patches
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




pgsql-patches by date:

Previous
From: Kris Jurka
Date:
Subject: Re: array support patch phase 1 patch
Next
From: Joe Conway
Date:
Subject: Re: array support patch phase 1 patch