Skip to content

Commit d0b5990

Browse files
committed
Document that Solaris can't use effective_io_concurrency because of an
ineffective posix_fadvise().
1 parent 85369f8 commit d0b5990

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.213 2009/03/26 20:55:49 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.214 2009/04/02 22:44:10 momjian Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -1253,8 +1253,7 @@ SET ENABLE_SEQSCAN TO OFF;
12531253
function, which some operating systems lack. If the function is not
12541254
present then setting this parameter to anything but zero will result
12551255
in an error. On some operating systems the function is present but
1256-
does not actually do anything. On such systems setting a nonzero
1257-
value will add CPU overhead without improving performance.
1256+
does not actually do anything (e.g. Solaris).
12581257
</para>
12591258
</listitem>
12601259
</varlistentry>

0 commit comments

Comments
 (0)