forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbb50fb5
committed
This patch will avoid SIGFPE on some geo functions , if PostgreSQL is compiled
with DEC C.DEC C doesn't handle double values greater than DBL_MAX, but somePostgreSQL geo functions assign greater than DBL_MAX values to some varsin some special cases - that couses SIGFPE. I dunno if that is the only placeto fix to work well with DEC C.Kirill Nosov.1 parent04c78e2 commitbb50fb5
1 file changed
+5
-2
lines changedLines changed: 5 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 |
| |
| |||
876 | 876 |
| |
877 | 877 |
| |
878 | 878 |
| |
879 |
| - | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
880 | 883 |
| |
881 | 884 |
| |
882 | 885 |
| |
|
0 commit comments
Comments
(0)