aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-10-04 22:49:44 +0000
committerBruce Momjian <bruce@momjian.us>2006-10-04 22:49:44 +0000
commit03ea9ecbdacaaea906b26a1525cd4246dde5aec5 (patch)
treefab1134d49959e0995346d037f24c2a9da045025 /src
parent50a3fb9f229dd41b9b5da475eb53ef937c8d74c6 (diff)
downloadpostgresql-03ea9ecbdacaaea906b26a1525cd4246dde5aec5.tar.gz
postgresql-03ea9ecbdacaaea906b26a1525cd4246dde5aec5.zip
Update Solaris strtod() bug comment.
Diffstat (limited to 'src')
-rw-r--r--src/include/port/solaris.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/port/solaris.h b/src/include/port/solaris.h
index 8dff90a7150..e671153b34f 100644
--- a/src/include/port/solaris.h
+++ b/src/include/port/solaris.h
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/src/include/port/solaris.h,v 1.13 2006/10/04 22:48:41 momjian Exp $ */
+/* $PostgreSQL: pgsql/src/include/port/solaris.h,v 1.14 2006/10/04 22:49:44 momjian Exp $ */
/*
* Sort this out for all operating systems some time. The __xxx
@@ -43,7 +43,7 @@
* http://sunsolve.sun.com/search/document.do?assetkey=1-21-108993-62-1&searchclause=108993-62
* http://sunsolve.sun.com/search/document.do?assetkey=1-21-112874-34-1&searchclause=112874-34
*
- * HoweveFor the moment we just assume they all do; it's probably not worth
- * the trouble to add a configure test for this.
+ * However, many people might not have patched versions, so
+ * still use our own fix for the buggy version.
*/
#define HAVE_BUGGY_SOLARIS_STRTOD