Localize our dependencies on the way to create NAN or INFINITY.
Tom Lane <tgl@sss.pgh.pa.us>
Localize our dependencies on the way to create NAN or INFINITY. Per recent proposal to pghackers.
Files
| Path | Change | +/− |
|---|---|---|
| contrib/seg/seg.c | modified | +2 −2 |
| contrib/seg/segparse.y | modified | +2 −6 |
| src/backend/port/qnx4/isnan.c | modified | +9 −3 |
| src/backend/utils/adt/float.c | modified | +80 −19 |
| src/backend/utils/adt/numeric.c | modified | +4 −13 |
| src/backend/utils/adt/timestamp.c | modified | +1 −5 |
| src/include/port/qnx4.h | modified | +0 −10 |
| src/include/port/solaris.h | modified | +1 −22 |
| src/include/utils/builtins.h | modified | +7 −1 |