1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

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.
This commit is contained in:
Peter Eisentraut
2014-10-18 21:35:46 -04:00
parent b87671f1b6
commit 7feaccc217
3 changed files with 10 additions and 4 deletions

View File

@ -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>