Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdfafeb6

Browse files
committed
Update Solaris FAQ to mention -fast.
1 parentb1d955e commitdfafeb6

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

‎doc/FAQ_Solaris

Lines changed: 14 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp