Skip to content
Snippets Groups Projects
Commit bb50fb51 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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 some
PostgreSQL geo functions assign greater than DBL_MAX values to some vars
in some special cases - that couses SIGFPE. I dunno if that is the only place
to fix to work well with DEC C.

Kirill Nosov.
parent 04c78e2e
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment