Re: array_length(anyarray) - Mailing list pgsql-hackers

From Dean Rasheed
Subject Re: array_length(anyarray)
Date
Msg-id CAEZATCW8ugtwzEHPT06BLKpA+HpuARkxd3g0o+-fkKrpF53dNw@mail.gmail.com
Whole thread Raw
In response to Re: array_length(anyarray)  (Marko Tiikkaja <marko@joh.to>)
Responses Re: array_length(anyarray)  (Marko Tiikkaja <marko@joh.to>)
List pgsql-hackers
On 19 January 2014 11:43, Marko Tiikkaja <marko@joh.to> wrote:
> New version attached, without the doc change.
>

This looks good to me.
- applies cleanly.- compiles with no warnings.- passes a sensible set of new regression tests.- implements the agreed
behaviour,per SQL spec.- I can't think of any corner cases to break it.
 

I think this is ready for committer, although I would also like to see
the doc changes to make the table of array function descriptions a bit
more explicit about corner cases.

Also, does this mean that we can now claim full support for SQL
feature S091 "Basic array support"?

Regards,
Dean



pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: ALTER TABLESPACE ... MOVE ALL TO ...
Next
From: Andrew Dunstan
Date:
Subject: Re: Hstore 2.0 patch