Work around broken strtod() that's present in many Solaris releases.
Tom Lane <tgl@sss.pgh.pa.us>
Work around broken strtod() that's present in many Solaris releases. Thanks to Michael Fuhr for identifying the problem.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/float.c | modified | +25 −1 |
| src/include/port/solaris.h | modified | +8 −1 |