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

Add URL for Solaris qsort() bug.

parent 87a02848
No related branches found
No related tags found
No related merge requests found
...@@ -14848,7 +14848,8 @@ case $host_os in bsdi*|netbsd*) ...@@ -14848,7 +14848,8 @@ case $host_os in bsdi*|netbsd*)
ac_cv_func_fseeko=yes 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:
# http://forum.sun.com/thread.jspa?forumID=4&threadID=7231
# Supposedly it is fixed in Solaris, but not sure which version, and # Supposedly it is fixed in Solaris, but not sure which version, and
# no confirmed testing. 2005-12-16 # no confirmed testing. 2005-12-16
if test "$PORTNAME" = "solaris"; then if test "$PORTNAME" = "solaris"; then
......
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.438 2005/12/17 00:33:33 momjian Exp $ dnl $PostgreSQL: pgsql/configure.in,v 1.439 2005/12/17 00:35:50 momjian Exp $
dnl dnl
dnl Developers, please strive to achieve this order: dnl Developers, please strive to achieve this order:
dnl dnl
...@@ -943,7 +943,8 @@ case $host_os in bsdi*|netbsd*) ...@@ -943,7 +943,8 @@ case $host_os in bsdi*|netbsd*)
ac_cv_func_fseeko=yes 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:
# http://forum.sun.com/thread.jspa?forumID=4&threadID=7231
# Supposedly it is fixed in Solaris, but not sure which version, and # Supposedly it is fixed in Solaris, but not sure which version, and
# no confirmed testing. 2005-12-16 # no confirmed testing. 2005-12-16
if test "$PORTNAME" = "solaris"; then if test "$PORTNAME" = "solaris"; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment