Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dfafeb6

Browse files
committed
Update Solaris FAQ to mention -fast.
1 parent b1d955e commit dfafeb6

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

doc/FAQ_Solaris

+14-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL
33
Sun Solaris specific
44
to be read in conjunction with the installation instructions
55
============================================================
6-
last updated: $Date: 2002/11/11 20:04:05 $
6+
last updated: $Date: 2003/10/09 17:11:13 $
77

88
current maintainer: Peter Eisentraut <peter_e@gmx.net>
99

@@ -13,8 +13,8 @@ Contents:
1313
1) What tools do I need to build and install PostgreSQL on Solaris?
1414
2) Why do I get problems when building with OpenSSL support?
1515
3) Why does configure complain about a failed test program?
16-
5) Why does my 64-bit build sometimes crash?
17-
16+
4) Why does my 64-bit build sometimes crash?
17+
5) How can I compile for optimum performance?
1818

1919
1) What tools do I need to build and install PostgreSQL on Solaris?
2020

@@ -88,3 +88,14 @@ to read
8888
does not matter.)
8989

9090
Then build as usual.
91+
92+
93+
5) How can I compile for optimum performance?
94+
95+
Try using the "-fast" compile flag. The binaries might not be portable to
96+
other Solaris systems, and you might need to compile everything that links
97+
to PostgreSQL with "-fast", but PostgreSQL will run significantly faster,
98+
50% faster on some tests.
99+
100+
101+

src/template/bsdi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CFLAGS="$CFLAGS -pipe"
1+
#CFLAGS="$CFLAGS -pipe"
22

33
case $host_cpu in
44
i?86) CFLAGS="$CFLAGS -m486";;

0 commit comments

Comments
 (0)