diff options
Diffstat (limited to 'doc/src/sgml/config.sgml')
-rw-r--r-- | doc/src/sgml/config.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 89f7ab35db3..dbdd0a0dbc4 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.219 2009/06/03 20:34:29 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.220 2009/06/17 21:58:48 tgl Exp $ --> <chapter Id="runtime-config"> <title>Server Configuration</title> @@ -1252,8 +1252,8 @@ SET ENABLE_SEQSCAN TO OFF; Asynchronous I/O depends on an effective <function>posix_fadvise</> 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 (e.g., Solaris). + in an error. On some operating systems (e.g., Solaris), the function + is present but does not actually do anything. </para> </listitem> </varlistentry> |