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

From Tom Lane
Subject Re: array support patch phase 1 patch
Date
Msg-id 1250.1054525909@sss.pgh.pa.us
Whole thread Raw
In response to Re: array support patch phase 1 patch  (Joe Conway <mail@joeconway.com>)
Responses Re: array support patch phase 1 patch
List pgsql-patches
Joe Conway <mail@joeconway.com> writes:
> 3) There are now "<>, ">", "<", "<=", and ">=" operators for
>     array-to-array comparison, using semantics similar to text's
>     character-to-character comparison.

> Below are some examples of the new (since earlier patches)
> functionality. CVS tip from this morning plus this patch compiles
> cleanly and passes all 90 regression tests on my dev box.

Didn't you just say this makes initdb fail?

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: array support patch phase 1 patch
Next
From: Bruce Momjian
Date:
Subject: Re: pg_autovacuum update