Re: anyarray - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: anyarray
Date
Msg-id 54F91972.1040505@gmx.net
Whole thread Raw
In response to Re: anyarray  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 3/4/15 10:28 PM, Tom Lane wrote:
> Peter Eisentraut <peter_e@gmx.net> writes:
>> On 2/13/15 10:20 AM, Teodor Sigaev wrote:
>>> Some of users of intarray contrib module wish to use its features with
>>> another kind of arrays, not only for int4 type. Suggested module
>>> generalizes intarray over other (not all) types op pgsql.
> 
>> I think this module should be merged with the intarray module.  Having
>> two modules with very similar functionality would be confusing.
> 
> Perhaps.  I think it would be hard to remove intarray without breaking
> things for existing users of it; even if the functionality remains under
> another name.  And surely we don't want to generalize intarray while
> keeping that same name.  So it might be hard to get to a clean solution.

Maybe we could have the anyarray module (name TBD) install two
extensions: one of its own, and one that is named intarray that just
pulls anyarray in as a dependency.

There are more fundamental questions to be answered about the
functionality of this proposal first, however.




pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Configurable location for extension .control files
Next
From: Jim Nasby
Date:
Subject: Re: Weirdly pesimistic estimates in optimizer