----------------
Кому: Влад Медведицков (vladmedveditskov@yandex.ru);
Копия: pgsql-hackers@lists.postgresql.org;
Тема: [PATCH] Add contrib/anyarray: intarray-style operations and indexes for any array type;
20.05.2026, 05:25, "David G. Johnston" <david.g.johnston@gmail.com>:
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.