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 | 08b96a2b5243957acd3f7c3105af8b5b2d0da3ef (patch) | |
tree | 900b94fba23e4b564de6c6b2f5b32a23781c6789 /src/backend/access/gist/gistbuildbuffers.c | |
parent | 6b54f12332a184bfd03524c012795678ddc992f4 (diff) | |
download | postgresql-08b96a2b5243957acd3f7c3105af8b5b2d0da3ef.tar.gz postgresql-08b96a2b5243957acd3f7c3105af8b5b2d0da3ef.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/access/gist/gistbuildbuffers.c')
0 files changed, 0 insertions, 0 deletions