diff options
author | Bruce Momjian <bruce@momjian.us> | 2009-04-02 22:44:10 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2009-04-02 22:44:10 +0000 |
commit | d0b599012f52f4f06847a87dadfd70b47f7c5265 (patch) | |
tree | 8ca6f2ca34c81b121486d53a0b1c729f2e03e028 | |
parent | 85369f888ec9af8ed573c589b7d6fe28015a6cb6 (diff) | |
download | postgresql-d0b599012f52f4f06847a87dadfd70b47f7c5265.tar.gz postgresql-d0b599012f52f4f06847a87dadfd70b47f7c5265.zip |
Document that Solaris can't use effective_io_concurrency because of an
ineffective posix_fadvise().
-rw-r--r-- | doc/src/sgml/config.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index ce01f93ebd0..fcff12ae26e 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.213 2009/03/26 20:55:49 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.214 2009/04/02 22:44:10 momjian Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -1253,8 +1253,7 @@ SET ENABLE_SEQSCAN TO OFF; function, which some operating systems lack. If the function is not present then setting this parameter to anything but zero will result in an error. On some operating systems the function is present but - does not actually do anything. On such systems setting a nonzero - value will add CPU overhead without improving performance. + does not actually do anything (e.g. Solaris). </para> </listitem> </varlistentry> |