File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
- /* $PostgreSQL: pgsql/src/include/port/solaris.h,v 1.12 2004/08/11 17:20:50 tgl Exp $ */
1
+ /* $PostgreSQL: pgsql/src/include/port/solaris.h,v 1.13 2006/10/04 22:48:41 momjian Exp $ */
2
2
3
3
/*
4
4
* Sort this out for all operating systems some time. The __xxx
38
38
39
39
/*
40
40
* Many versions of Solaris have broken strtod() --- see bug #4751182.
41
- * For the moment we just assume they all do; it's probably not worth
41
+ * This has been fixed in current versions of Solaris:
42
+ *
43
+ * http://sunsolve.sun.com/search/document.do?assetkey=1-21-108993-62-1&searchclause=108993-62
44
+ * http://sunsolve.sun.com/search/document.do?assetkey=1-21-112874-34-1&searchclause=112874-34
45
+ *
46
+ * HoweveFor the moment we just assume they all do; it's probably not worth
42
47
* the trouble to add a configure test for this.
43
48
*/
44
49
#define HAVE_BUGGY_SOLARIS_STRTOD
You can’t perform that action at this time.
0 commit comments