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 27019.1054483994@sss.pgh.pa.us
Whole thread Raw
In response to Re: array support patch phase 1 patch  (Joe Conway <mail@joeconway.com>)
List pgsql-patches
Joe Conway <mail@joeconway.com> writes:
> 1.) In conjunction with the phase2 patch, which changes array_eq to do
> an element-by-element equality comparison, I discovered that type
> "aclitem" has no equality operator, and apparently nothing
> binary-coercible either. Should I invent "=" for aclitem, or have
> array_eq fall back to its original byte-by-byte comparison if it doesn't
> find an equality operator?

The former I would think.

> 2.) I noticed that if I start the postmaster without redirecting to a
> logfile, I see double error messages in psql. Is this intended?

Yeah, if postmaster stderr is coming to your console ...

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: array support patch phase 1 patch
Next
From: Joe Conway
Date:
Subject: Re: array support patch phase 1 patch