mirror of
https://github.com/postgres/postgres.git
synced 2025-12-04 12:02:48 +03:00
Add URL for Solaris qsort() bug.
This commit is contained in:
3
configure
vendored
3
configure
vendored
@@ -14848,7 +14848,8 @@ case $host_os in bsdi*|netbsd*)
|
||||
ac_cv_func_fseeko=yes
|
||||
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
|
||||
# no confirmed testing. 2005-12-16
|
||||
if test "$PORTNAME" = "solaris"; then
|
||||
|
||||
Reference in New Issue
Block a user