intarray bigint support - Mailing list pgsql-bugs

From Casey & Gina
Subject intarray bigint support
Date
Msg-id 3D34B57F-6AE9-4AFE-86FF-33BB858D7848@osss.net
Whole thread Raw
List pgsql-bugs
I got excited about using intarray to replace a couple custom pl/pgsql functions (namely for subtraction and sorting)
thatI'm currently relying on, but then discovered that it doesn't support bigint arrays.  So it won't work for all of
myuse cases, since some IDs that are in the arrays I'm working with are bigint.  Thought I'd ask to see if it might be
asimple enough thing to add bigint support to the extension in a future version? 

Thanks,
--
Casey


pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Arrays are sorted when using intarray subtraction operator
Next
From: Tom Lane
Date:
Subject: Re: BUG #18463: Possible bug in stored procedures with polymorphic OUT parameters