Files
postgresql/src/backend
Tom Lane b30cc0fd6d Further portability tweaks for float4/float8 hash functions.
Attempting to make hashfloat4() look as much as possible like
hashfloat8(), I'd figured I could replace NaNs with get_float4_nan()
before widening to float8.  However, results from protosciurus
and topminnow show that on some platforms that produces a different
bit-pattern from get_float8_nan(), breaking the intent of ce773f230.
Rearrange so that we use the result of get_float8_nan() for all NaN
cases.  As before, back-patch.
2021-09-04 16:29:08 -04:00
..
2021-01-02 13:06:25 -05:00
2021-04-20 14:35:16 +02:00
2021-08-17 14:30:01 +02:00
2021-06-21 12:33:50 +02:00
2021-02-19 08:10:15 +01:00
2021-06-27 09:41:16 +02:00
2021-05-10 14:36:21 +02:00