Re: [PATCH] Add contrib/anyarray: intarray-style operations and indexes for any array type
David G. Johnston <david.g.johnston@gmail.com>
From: "David G. Johnston" <david.g.johnston@gmail.com>
To: Влад Медведицков <vladmedveditskov@yandex.ru>
Cc: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2026-05-20T02:24:57Z
Lists: pgsql-hackers
On Monday, May 18, 2026, Влад Медведицков <vladmedveditskov@yandex.ru> wrote: > From e796800a32277a29013354344ede221b89e46c27 Mon Sep 17 00:00:00 2001 > From: Vlad Medveditskov <vladmedveditskov@yandex.ru> > Date: Mon, 18 May 2026 12:50:13 +0300 > Subject: [PATCH] Add contrib/anyarray: intarray-style operations and > indexes > for any array type > > This new contrib module generalizes contrib/intarray to arrays of any > element type with a default btree opclass. It provides: > > You need to attach your patch(es?), not put an email into the body of another email. David J.