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

Commit87a0284

Browse files
committed
Update doc mention that Solaris qsort() might be fixed.
1 parent42a24b6 commit87a0284

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎configure

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14849,6 +14849,8 @@ ac_cv_func_fseeko=yes
1484914849
esac
1485014850

1485114851
# Solaris has a very slow qsort in certain cases, so we replace it.
14852+
# Supposedly it is fixed in Solaris, but not sure which version, and
14853+
# no confirmed testing. 2005-12-16
1485214854
if test "$PORTNAME" = "solaris"; then
1485314855
case $LIBOBJS in
1485414856
"qsort.$ac_objext" | \

‎configure.in

Lines changed: 3 additions & 1 deletion
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.437 2005/12/08 21:29:25 petere Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.438 2005/12/17 00:33:33 momjian Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -944,6 +944,8 @@ ac_cv_func_fseeko=yes
944944
esac
945945

946946
# Solaris has a very slow qsort in certain cases, so we replace it.
947+
# Supposedly it is fixed in Solaris, but not sure which version, and
948+
# no confirmed testing. 2005-12-16
947949
if test "$PORTNAME" = "solaris"; then
948950
AC_LIBOBJ(qsort)
949951
fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp