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
dfafeb6a
Commit
dfafeb6a
authored
Oct 09, 2003
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Solaris FAQ to mention -fast.
parent
b1d955ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
4 deletions
+15
-4
doc/FAQ_Solaris
doc/FAQ_Solaris
+14
-3
src/template/bsdi
src/template/bsdi
+1
-1
No files found.
doc/FAQ_Solaris
View file @
dfafeb6a
...
...
@@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL
Sun Solaris specific
to be read in conjunction with the installation instructions
============================================================
last updated: $Date: 200
2/11/11 20:04:05
$
last updated: $Date: 200
3/10/09 17:11:13
$
current maintainer: Peter Eisentraut <peter_e@gmx.net>
...
...
@@ -13,8 +13,8 @@ Contents:
1) What tools do I need to build and install PostgreSQL on Solaris?
2) Why do I get problems when building with OpenSSL support?
3) Why does configure complain about a failed test program?
5
) Why does my 64-bit build sometimes crash?
4
) Why does my 64-bit build sometimes crash?
5) How can I compile for optimum performance?
1) What tools do I need to build and install PostgreSQL on Solaris?
...
...
@@ -88,3 +88,14 @@ to read
does not matter.)
Then build as usual.
5) How can I compile for optimum performance?
Try using the "-fast" compile flag. The binaries might not be portable to
other Solaris systems, and you might need to compile everything that links
to PostgreSQL with "-fast", but PostgreSQL will run significantly faster,
50% faster on some tests.
src/template/bsdi
View file @
dfafeb6a
CFLAGS="$CFLAGS -pipe"
#
CFLAGS="$CFLAGS -pipe"
case $host_cpu in
i?86) CFLAGS="$CFLAGS -m486";;
...
...
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