diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2021-09-03 10:01:02 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2021-09-03 10:01:02 -0400 |
commit | fd549145d5d9fba3367cbf7e3d4fc7cb3562feb0 (patch) | |
tree | edc2dd61d8aec6efc3d1ad1fef94fe0641004ba3 /src/backend/utils/adt/tsquery_gist.c | |
parent | 6588d8416e4ef84fd99fb271b63116f207c6c479 (diff) | |
download | postgresql-fd549145d5d9fba3367cbf7e3d4fc7cb3562feb0.tar.gz postgresql-fd549145d5d9fba3367cbf7e3d4fc7cb3562feb0.zip |
Fix portability issue in tests from commit ce773f230.
Modern POSIX seems to require strtod() to accept "-NaN", but there's
nothing about NaN in SUSv2, and some of our oldest buildfarm members
don't like it. Let's try writing it as -'NaN' instead; that seems
to produce the same result, at least on Intel hardware.
Per buildfarm.
Diffstat (limited to 'src/backend/utils/adt/tsquery_gist.c')
0 files changed, 0 insertions, 0 deletions