Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
228b1f8e
Commit
228b1f8e
authored
Dec 17, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add URL for Solaris qsort() bug.
parent
87a02848
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
configure
configure
+2
-1
configure.in
configure.in
+3
-2
No files found.
configure
View file @
228b1f8e
...
...
@@ -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
...
...
configure.in
View file @
228b1f8e
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.43
8 2005/12/17 00:33:33
momjian Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.43
9 2005/12/17 00:35:50
momjian Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
...
...
@@ -943,7 +943,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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment