aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/tsquery_gist.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
commitfd549145d5d9fba3367cbf7e3d4fc7cb3562feb0 (patch)
treeedc2dd61d8aec6efc3d1ad1fef94fe0641004ba3 /src/backend/utils/adt/tsquery_gist.c
parent6588d8416e4ef84fd99fb271b63116f207c6c479 (diff)
downloadpostgresql-fd549145d5d9fba3367cbf7e3d4fc7cb3562feb0.tar.gz
postgresql-fd549145d5d9fba3367cbf7e3d4fc7cb3562feb0.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/utils/adt/tsquery_gist.c')
0 files changed, 0 insertions, 0 deletions