Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit228b1f8

Browse files
committed
Add URL for Solaris qsort() bug.
1 parent87a0284 commit228b1f8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

‎configure

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14848,7 +14848,8 @@ case $host_os in bsdi*|netbsd*)
1484814848
ac_cv_func_fseeko=yes
1484914849
esac
1485014850

14851-
# Solaris has a very slow qsort in certain cases, so we replace it.
14851+
# Solaris has a very slow qsort in certain cases, so we replace it:
14852+
# http://forum.sun.com/thread.jspa?forumID=4&threadID=7231
1485214853
# Supposedly it is fixed in Solaris, but not sure which version, and
1485314854
# no confirmed testing. 2005-12-16
1485414855
if test "$PORTNAME" = "solaris"; then

‎configure.in

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.438 2005/12/17 00:33:33 momjian Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.439 2005/12/17 00:35:50 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -943,7 +943,8 @@ case $host_os in bsdi*|netbsd*)
943943
ac_cv_func_fseeko=yes
944944
esac
945945

946-
# Solaris has a very slow qsort in certain cases, so we replace it.
946+
# Solaris has a very slow qsort in certain cases, so we replace it:
947+
# http://forum.sun.com/thread.jspa?forumID=4&threadID=7231
947948
# Supposedly it is fixed in Solaris, but not sure which version, and
948949
# no confirmed testing. 2005-12-16
949950
if test "$PORTNAME" = "solaris"; then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp