aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuildbuffers.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2021-09-03 10:01:02 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2021-09-03 10:01:02 -0400
commit08b96a2b5243957acd3f7c3105af8b5b2d0da3ef (patch)
tree900b94fba23e4b564de6c6b2f5b32a23781c6789 /src/backend/access/gist/gistbuildbuffers.c
parent6b54f12332a184bfd03524c012795678ddc992f4 (diff)
downloadpostgresql-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