| From: | "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org> |
|---|---|
| To: | The Hermit Hacker <scrappy(at)hub(dot)org> |
| Cc: | hackers(at)postgreSQL(dot)org |
| Subject: | The new 'isinf.c' function in port. |
| Date: | 1998-02-06 04:47:38 |
| Message-ID: | m0y0fhT-000AoTC@bgalli.mug.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi Marc,
I was looking at the new 'isinf.c' function in the src/backend/port directory.
I have a question about the inclusion of cases for FP_SNAN and FP_QNAN.
Does the 'isinf' function mean "not finite" or "is infinity"?
If it is to mean "not finite", then (IMHO) then checking for FP_SNAN and
FP_QNAN is appropiate. If it is to mean "is infinity", then the function
should only be checking (again, IHMO) for FP_NINF and FP_PINF.
--
____ | Billy G. Allie | Domain....: Bill(dot)Allie(at)mug(dot)org
| /| | 7436 Hartwell | Compuserve: 76337,2061
|-/-|----- | Dearborn, MI 48126| MSN.......: B_G_Allie(at)email(dot)msn(dot)com
|/ |LLIE | (313) 582-1540 |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Vadim B. Mikheev | 1998-02-06 05:02:33 | Query->hasSubLinks is always FALSE... |
| Previous Message | Vadim B. Mikheev | 1998-02-06 04:35:05 | what standard say ... |