forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit64d9b50

Thomas G. Lockhart
Fix timezone manipulation code to avoid crashes on some machines.
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.1 parent9190a80 commit64d9b50
File tree
6 files changed
+308
-201
lines changed- src/backend/utils/adt
6 files changed
+308
-201
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
558 | 558 |
| |
559 | 559 |
| |
560 | 560 |
| |
561 |
| - | |
| 561 | + | |
| 562 | + | |
562 | 563 |
| |
563 | 564 |
| |
564 | 565 |
| |
|
0 commit comments
Comments
(0)