postgresql/src/backend
Bruce Momjian bb50fb517f 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.
1999-12-21 17:01:44 +00:00
..
access Added empty TOASTER files and corrected some minor glitches 1999-12-21 00:06:44 +00:00
bootstrap Required catalog changes for extended LONG attribute storage. 1999-12-20 10:40:43 +00:00
catalog Required catalog changes for extended LONG attribute storage. 1999-12-20 10:40:43 +00:00
commands Required catalog changes for extended LONG attribute storage. 1999-12-20 10:40:43 +00:00
executor Required catalog changes for extended LONG attribute storage. 1999-12-20 10:40:43 +00:00
lib New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00
libpq New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00
main New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00
nodes Some changes to prepare for LONG attributes. 1999-12-16 22:20:03 +00:00
optimizer fix_parsetree_attnums was not nearly smart enough about walking parse 1999-12-14 03:35:28 +00:00
parser Re-enable makeAttr() if ENABLE_OUTER_JOINS is defined. 1999-12-17 14:47:35 +00:00
port Remove unused files. 1999-12-17 18:07:17 +00:00
postmaster I have done the QNX4 port with the current source tree. The number of 1999-12-16 01:25:23 +00:00
regex New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00
rewrite Some changes to prepare for LONG attributes. 1999-12-16 22:20:03 +00:00
storage Some changes to prepare for LONG attributes. 1999-12-16 22:20:03 +00:00
tcop Clean up some minor gcc warnings. 1999-12-20 01:23:04 +00:00
tioga New LDOUT makefile variable for QNX os. 1999-12-13 22:35:27 +00:00
utils This patch will avoid SIGFPE on some geo functions , if PostgreSQL is compiled 1999-12-21 17:01:44 +00:00
Makefile I have done the QNX4 port with the current source tree. The number of 1999-12-16 01:25:23 +00:00