mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-14 09:37:00 +08:00
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.
3 lines
132 B
Plaintext
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
|