Re: [PATCH] btree_gist: add cross-type integer operator support for GiST

From: Alexander Nestorov <alexandernst(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] btree_gist: add cross-type integer operator support for GiST
Date: 2026-06-03 22:16:16
Message-ID: 2d176c16-c148-4cfc-8576-2659117ec12c@Spark
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello hackers,

Following up on my previous message, I’m attaching a partial patch for the
btree_gist cross-type integer operator support.

This patch intentionally contains only the main code changes. It does not yet
include regression tests or documentation updates. I’m sending it this way to
make the core approach easier to review before adding the surrounding test and
documentation work.

I’d appreciate any feedback!

If the approach looks reasonable, I’ll send a more complete version with tests
and documentation.
Thank you

Attachment Content-Type Size
0001-Implement-cross-type-operators-for-GiST-indexes.patch application/octet-stream 30.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2026-06-03 22:17:09 Re: Fix bug of CHECK constraint enforceability recursion
Previous Message Nathan Bossart 2026-06-03 21:36:34 Re: future of PQfn()