diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2014-10-18 21:35:46 -0400 | 
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2014-10-18 21:35:46 -0400 | 
| commit | 7feaccc21791d9d745bac013e5e0396bdde2d81c (patch) | |
| tree | 4d1469607bc764cb4561406cb5a5a05667932b89 /doc/src | |
| parent | b87671f1b63a0c9cf264afc209e3acebdb52477f (diff) | |
Allow setting effective_io_concurrency even on unsupported systems
This matches the behavior of other parameters that are unsupported on
some systems (e.g., ssl).
Also document the default value.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/config.sgml | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 6ee17d84772..47b11922455 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1892,6 +1892,10 @@ include_dir 'conf.d'           in an error.  On some operating systems (e.g., Solaris), the function           is present but does not actually do anything.          </para> + +        <para> +         The default is 1 on supported systems, otherwise 0. +        </para>         </listitem>        </varlistentry>  | 
