diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-12-17 00:33:33 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-12-17 00:33:33 +0000 |
commit | 87a02848b50f1594cf017757e08874cc71f7a82b (patch) | |
tree | 8d9d444f785c30bd6025a2e2f56cd31500f5d241 | |
parent | 42a24b64ba0b5be2b6cc7ea7ac49c405c29969b9 (diff) | |
download | postgresql-87a02848b50f1594cf017757e08874cc71f7a82b.tar.gz postgresql-87a02848b50f1594cf017757e08874cc71f7a82b.zip |
Update doc mention that Solaris qsort() might be fixed.
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure index 7d2255d5f39..7c823c15c66 100755 --- a/configure +++ b/configure @@ -14849,6 +14849,8 @@ ac_cv_func_fseeko=yes esac # Solaris has a very slow qsort in certain cases, so we replace it. +# Supposedly it is fixed in Solaris, but not sure which version, and +# no confirmed testing. 2005-12-16 if test "$PORTNAME" = "solaris"; then case $LIBOBJS in "qsort.$ac_objext" | \ diff --git a/configure.in b/configure.in index cc2f79ad914..3537c10ebc7 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $PostgreSQL: pgsql/configure.in,v 1.437 2005/12/08 21:29:25 petere Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.438 2005/12/17 00:33:33 momjian Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -944,6 +944,8 @@ ac_cv_func_fseeko=yes esac # Solaris has a very slow qsort in certain cases, so we replace it. +# Supposedly it is fixed in Solaris, but not sure which version, and +# no confirmed testing. 2005-12-16 if test "$PORTNAME" = "solaris"; then AC_LIBOBJ(qsort) fi |