Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2006-10-02 23:01:17 +0000
committerBruce Momjian2006-10-02 23:01:17 +0000
commitae9b60322e78a3926bdca42c3330b923eb264b71 (patch)
tree94370f67aceea759a0e6392bfa8768b5f0435e5c /doc/FAQ_Solaris
parent5d52ad9dc884ac786cc15b588302d8b0b62451bd (diff)
Remove mention of the -fast option from the Solaris FAQ.
Kenneth Marshall
Diffstat (limited to 'doc/FAQ_Solaris')
-rw-r--r--doc/FAQ_Solaris13
1 files changed, 1 insertions, 12 deletions
diff --git a/doc/FAQ_Solaris b/doc/FAQ_Solaris
index 9d6b8f97b15..22bf71612e4 100644
--- a/doc/FAQ_Solaris
+++ b/doc/FAQ_Solaris
@@ -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: 2003/10/09 17:11:13 $
+last updated: $Date: 2006/10/02 23:01:17 $
current maintainer: Peter Eisentraut <peter_e@gmx.net>
@@ -88,14 +88,3 @@ 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.
-
-
-