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:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user