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

From: Alexander Nestorov <alexandernst(at)gmail(dot)com>
To: Maxime Schoemans <maxime(dot)schoemans(at)enterprisedb(dot)com>
Cc: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>, pgsql-hackers mailing list <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] btree_gist: add cross-type integer operator support for GiST
Date: 2026-06-24 15:34:39
Message-ID: aea734bb-fd8d-4642-8972-2a57e5643a03@Spark
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hey Maxime!

I squashed your code-related changes on top of 0001, and the test-related changes into 0002.
I also moved my test-related changes (Makefile / meson.build) from 0001 to 0002.
I squashed the remaining fixes (the InvalidOid and the pgindent; 0005) into 0001 as well, so now we have:

- 0001 - code-related changes
- 0002 - test-related changes
- 0003 - docs changes

I also added one more test to 0002 ("Width-sensitivity guard") and added the commit messages.
Last but not least, I preserved your changes as co-author in 0001 and 0002.

I hope I didn't miss anything!

Best regards!

Attachment Content-Type Size
v5-0001-Implement-cross-type-operators-for-GiST-indexes.patch application/octet-stream 30.4 KB
v5-0002-Add-tests-for-cross-type-operators-for-GiST-indexes.patch application/octet-stream 25.8 KB
v5-0003-doc-Document-cross-type-operator-support-in-btree_gi.patch application/octet-stream 2.9 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2026-06-24 15:39:49 Re: Get rid of "Section.N.N.N" on DOCs
Previous Message David E. Wheeler 2026-06-24 15:34:29 Re: glob support in extension_control_path/dynamic_library_path?