diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-09-04 16:29:08 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-09-04 16:29:08 -0400 |
commit | 718978d9daa7128e0f5e4e06c0fd402cdd63704f (patch) | |
tree | 0b3ce8a0e0a2d820782d1f62e2b09b8fa40d70fa /src/backend/access/gist/gistproc.c | |
parent | 5edbcbd5b94c696526e18bbb490ab2e9f4282826 (diff) | |
download | postgresql-718978d9daa7128e0f5e4e06c0fd402cdd63704f.tar.gz postgresql-718978d9daa7128e0f5e4e06c0fd402cdd63704f.zip |
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.
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions