> On 28 Oct 2025, at 10:20, Peter Eisentraut <[email protected]> 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 assertions enabled 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 at some 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.
