> On 28 Oct 2025, at 10:20, Peter Eisentraut <peter@eisentraut.org> wrote:
>
> I have committed the first patch.
Great, thank you for looking at this.
> The test suite is probably a bit too bulky for testing this particular niche behavior. Also, it doesn't work with
assertionsenabled because of the hardcoded BTREE_AM_OID in src/include/access/nbtree.h. So I don't plan to commit
that. But it's good to have it in the archive, and perhaps it can be part of a larger test suite for the index AM API
atsome point in the future.
And I agree, the test suite is probably overkill for this two-line patch, but it might be good to have around for
later.