mirror of
https://github.com/postgres/postgres.git
synced 2025-12-09 02:08:45 +03:00
Add type conversion functions for floating point numbers. Check for zero in unary minus floating point code (IEEE allows an explicit negative zero which looks ugly in a query result!). Ensure circle type has non-negative radius.