]> granicus.if.org Git - postgresql/commit
Allow setting effective_io_concurrency even on unsupported systems
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 19 Oct 2014 01:35:46 +0000 (21:35 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 19 Oct 2014 01:35:46 +0000 (21:35 -0400)
commit7feaccc21791d9d745bac013e5e0396bdde2d81c
tree4d1469607bc764cb4561406cb5a5a05667932b89
parentb87671f1b63a0c9cf264afc209e3acebdb52477f
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.
doc/src/sgml/config.sgml
src/backend/utils/misc/guc.c
src/bin/initdb/initdb.c