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 | 1fab33c0b612c7d87b97842fe5eb07871ec2c222 (patch) | |
tree | 4bbb92d3306c8b41dc0c12b1c1554efca931cefa /src/tutorial/basics.source | |
parent | a3bf136732b13cc3b8f143378e645263ea1aba5e (diff) | |
download | postgresql-1fab33c0b612c7d87b97842fe5eb07871ec2c222.tar.gz postgresql-1fab33c0b612c7d87b97842fe5eb07871ec2c222.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/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions