summaryrefslogtreecommitdiff
path: root/src/backend/port/isinf.c
Commit message (Collapse)AuthorAgeFilesLines
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-7/+8
|
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-161-2/+17
| | | | | | | | backend/Makefiles to be patched could significantly be reduced since they have been adopted to the QNX4 needs. Andreas Kardos
* Remove extra #endifBruce Momjian1999-07-301-2/+1
|
* cleanupBruce Momjian1999-07-181-6/+8
|
* Fix configure problem.Bruce Momjian1999-07-181-8/+24
|
* configure cleanupBruce Momjian1999-07-181-24/+7
|
* Add config.h as needed.Bruce Momjian1999-07-171-1/+3
|
* Final cleanup.Bruce Momjian1999-07-161-1/+2
|
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-3/+1
|
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-9/+9
|
* From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier1998-03-011-3/+1
| | | | | The following patch will change the meaning of the isinf function in the HAVE_FPCLASS section from "not finite" to "is infinity".
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-24/+29
|
* 2. IRIX has both HAVE_FPCLASS and HAVE_FP_CLASS, therefore, inMarc G. Fournier1998-02-171-7/+8
| | | | | | | | backend/port/isinf.c it tries to compile two versions of isinf(). From: Andrew Martin <martin@biochemistry.ucl.ac.uk>
* Move all the isinf() stuff from float.c to isinf.c, and build it according toMarc G. Fournier1998-02-021-6/+54
| | | | configure vs port specific #ifdef's...
* Fix:Marc G. Fournier1998-01-151-0/+15
nodeAgg.c: WARN -> NOTICE for elog parse_oper.c: was created after patch for fmgr_info, so function call wrong scan.c: regenerated for i386_solaris using flex 2.5.4 gethostname.c: required prototype for gethostname() function config.h.in: create prototype for isinfo() function isinf.c: "fake" isinf() under i386_solaris using fpclass() call...