aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/numeric.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2013-10-25 15:55:15 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2013-10-25 15:55:15 -0400
commit43fe90f66a0b200f6c32507428349afb45f661ca (patch)
treef13e6951ec99a2c67feee09ba180622e30ca3554 /src/backend/utils/adt/numeric.c
parent1f7a47912af2206698d14650f2149fa951b8ce07 (diff)
downloadpostgresql-43fe90f66a0b200f6c32507428349afb45f661ca.tar.gz
postgresql-43fe90f66a0b200f6c32507428349afb45f661ca.zip
Suppress -0 in the C field of lines computed by line_construct_pts().
It's not entirely clear why some PPC machines are generating -0 here, since the underlying computation should be exactly 0 - 0. Perhaps there's some wider-than-nominal-precision calculations happening? Anyway, the best way to avoid platform-dependent results seems to be to explicitly reset -0 to regular zero.
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions