Skip to content
Snippets Groups Projects
Commit 87a02848 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update doc mention that Solaris qsort() might be fixed.

parent 42a24b64
Branches
Tags
No related merge requests found
...@@ -14849,6 +14849,8 @@ ac_cv_func_fseeko=yes ...@@ -14849,6 +14849,8 @@ ac_cv_func_fseeko=yes
esac esac
   
# Solaris has a very slow qsort in certain cases, so we replace it. # 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 if test "$PORTNAME" = "solaris"; then
case $LIBOBJS in case $LIBOBJS in
"qsort.$ac_objext" | \ "qsort.$ac_objext" | \
......
dnl Process this file with autoconf to produce a configure script. 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
dnl Developers, please strive to achieve this order: dnl Developers, please strive to achieve this order:
dnl dnl
...@@ -944,6 +944,8 @@ ac_cv_func_fseeko=yes ...@@ -944,6 +944,8 @@ ac_cv_func_fseeko=yes
esac esac
# Solaris has a very slow qsort in certain cases, so we replace it. # 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 if test "$PORTNAME" = "solaris"; then
AC_LIBOBJ(qsort) AC_LIBOBJ(qsort)
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment