summaryrefslogtreecommitdiff
path: root/src/common/jsonapi.c
diff options
context:
space:
mode:
authorTom Lane2021-09-03 14:01:02 +0000
committerTom Lane2021-09-03 14:01:02 +0000
commitfd549145d5d9fba3367cbf7e3d4fc7cb3562feb0 (patch)
treeedc2dd61d8aec6efc3d1ad1fef94fe0641004ba3 /src/common/jsonapi.c
parent6588d8416e4ef84fd99fb271b63116f207c6c479 (diff)
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/common/jsonapi.c')
0 files changed, 0 insertions, 0 deletions