Ante Kresic 99d940ab18 Fix using OIDs in bitmapset
Due to a typo, we were misusing OIDs and putting them
into a bitmapset which caused plan time errors. Switching
to using RTE index and adding a test with OID that is
greater than INT32_MAX.
2024-10-25 16:51:11 +02:00

3 lines
132 B
Plaintext

Fixes: #7384 Fix using OIDs with bitmapsets
Thanks: @dx034 for reporting an issue with negative bitmapset members due to large OIDs