aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2009-02-18 19:23:26 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2009-02-18 19:23:26 +0000
commit86ffdcad1bfd1a02e58458baf6d0b265f3814121 (patch)
treeb20161914d18cdd2262aa7247efdecf10f9ae325 /src/backend/commands/dbcommands.c
parentcdd46c765488a317997c266ba2bdcc85c4a95c8f (diff)
downloadpostgresql-86ffdcad1bfd1a02e58458baf6d0b265f3814121.tar.gz
postgresql-86ffdcad1bfd1a02e58458baf6d0b265f3814121.zip
Remove the special cases to prevent minus-zero results in float4 and float8
unary minus operators. We weren't attempting to prevent minus zero anywhere else; in view of our gradual trend to make the float datatypes more IEEE standard compliant, we should allow minus zero here rather than disallow it elsewhere. We don't, however, expect that all platforms will produce minus zero, so we need to adjust the one affected regression test to allow both results. Per discussion of bug #4660. (In passing, clean up a couple other minor infelicities in float.c.)
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions