Skip to content

Commit 50a3fb9

Browse files
committed
Update Solaris strtol() bug comment.
1 parent bdef2bf commit 50a3fb9

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/include/port/solaris.h

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 $ */
22

33
/*
44
* Sort this out for all operating systems some time. The __xxx
@@ -38,7 +38,12 @@
3838

3939
/*
4040
* 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
4247
* the trouble to add a configure test for this.
4348
*/
4449
#define HAVE_BUGGY_SOLARIS_STRTOD

0 commit comments

Comments
 (0)