timescaledb/.unreleased/nan-vectorized-filters
Alexander Kuzmenkov f0996a46bc
Match the Postgres NaN behavior in vectorized filters (#7598)
It has some nonstandard rules that don't match the IEEE floats.
2025-01-22 10:51:32 +00:00

3 lines
201 B
Plaintext

Fixes: #6884 Match the Postgres NaN comparison behavior in WHERE clause over compressed tables.
Thanks: @jakehedlund for reporting the incompatible NaN behavior in WHERE clause over compressed tables.