| From: | Casey & Gina <cg(at)osss(dot)net> |
|---|---|
| To: | "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org> |
| Subject: | intarray bigint support |
| Date: | 2024-06-04 20:56:20 |
| Message-ID: | 3D34B57F-6AE9-4AFE-86FF-33BB858D7848@osss.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
I got excited about using intarray to replace a couple custom pl/pgsql functions (namely for subtraction and sorting) that I'm currently relying on, but then discovered that it doesn't support bigint arrays. So it won't work for all of my use 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 a simple enough thing to add bigint support to the extension in a future version?
Thanks,
--
Casey
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2024-06-04 21:02:02 | Re: BUG #18463: Possible bug in stored procedures with polymorphic OUT parameters |
| Previous Message | Tom Lane | 2024-06-04 20:38:04 | Re: Arrays are sorted when using intarray subtraction operator |