|
1 | | -/* $PostgreSQL: pgsql/src/include/port/solaris.h,v 1.13 2006/10/04 22:48:41 momjian Exp $ */ |
| 1 | +/* $PostgreSQL: pgsql/src/include/port/solaris.h,v 1.14 2006/10/04 22:49:44 momjian Exp $ */ |
2 | 2 |
|
3 | 3 | /* |
4 | 4 | * Sort this out for all operating systems some time. The __xxx |
|
43 | 43 | * http://sunsolve.sun.com/search/document.do?assetkey=1-21-108993-62-1&searchclause=108993-62 |
44 | 44 | * http://sunsolve.sun.com/search/document.do?assetkey=1-21-112874-34-1&searchclause=112874-34 |
45 | 45 | * |
46 | | - *HoweveFor the moment we just assume they all do; it's probably not worth |
47 | | - *the trouble to add a configure test for this. |
| 46 | + *However, many people might not have patched versions, so |
| 47 | + *still use our own fix for the buggy version. |
48 | 48 | */ |
49 | 49 | #defineHAVE_BUGGY_SOLARIS_STRTOD |