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 | 2836d57e44c67cc30453c83a33fbcf745f5d87ef (patch) | |
tree | 85b2f81711ac67e7522c90b31207fe4d0df3c34d /src/backend/regex/regexec.c | |
parent | ad66373ead6db1b54cfb0af5cda6c24e4cfcaa6b (diff) | |
download | postgresql-2836d57e44c67cc30453c83a33fbcf745f5d87ef.tar.gz postgresql-2836d57e44c67cc30453c83a33fbcf745f5d87ef.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/regex/regexec.c')
0 files changed, 0 insertions, 0 deletions