File tree 2 files changed +15
-4
lines changed
2 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Frequently Asked Questions (FAQ) for PostgreSQL
3
3
Sun Solaris specific
4
4
to be read in conjunction with the installation instructions
5
5
============================================================
6
- last updated: $Date: 2002/11/11 20:04:05 $
6
+ last updated: $Date: 2003/10/09 17:11:13 $
7
7
8
8
current maintainer: Peter Eisentraut <peter_e@gmx.net>
9
9
@@ -13,8 +13,8 @@ Contents:
13
13
1) What tools do I need to build and install PostgreSQL on Solaris?
14
14
2) Why do I get problems when building with OpenSSL support?
15
15
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?
18
18
19
19
1) What tools do I need to build and install PostgreSQL on Solaris?
20
20
@@ -88,3 +88,14 @@ to read
88
88
does not matter.)
89
89
90
90
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
+
Original file line number Diff line number Diff line change 1
- CFLAGS="$CFLAGS -pipe"
1
+ # CFLAGS="$CFLAGS -pipe"
2
2
3
3
case $host_cpu in
4
4
i?86) CFLAGS="$CFLAGS -m486";;
You can’t perform that action at this time.
0 commit comments