Re: [PATCH] Add contrib/anyarray: intarray-style operations and indexes for any array type - Mailing list pgsql-hackers

From David G. Johnston
Subject Re: [PATCH] Add contrib/anyarray: intarray-style operations and indexes for any array type
Date
Msg-id CAKFQuwbGJj9yG2UWXoSLmmcfnck4Ti0K9yzbQ3L6ywMrUiV8uw@mail.gmail.com
Whole thread
List 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.

pgsql-hackers by date:

Previous
From: Chao Li
Date:
Subject: Re: Fix pg_stat_wal_receiver to show CONNECTING status
Next
From: Xuneng Zhou
Date:
Subject: Re: Implement waiting for wal lsn replay: reloaded