Heikki Linnakangas <[email protected]> writes: > I see that you have a separate bitmapset to keep track of indexes on > system attributes. But having an index on a system attribute doesn't > make any sense, does it?
Counterexample: OID.
Right. Further, we allow creating indexes on system attributes. So we must support those.