On Mon, 2025-02-24 at 17:26 -0500, Corey Huinker wrote: > Digging some more on this, I see that we populate indxinfo[j].indkey > as if it's an array of Oids,
It looks like it's done that way so that parseOidArray() can be used. A hack, I suppose, but makes some sense to reuse that code. We should probably add a comment somewhere, though. Regards, Jeff Davis