pgsql: Allow setting effective_io_concurrency even on unsupported syste

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow setting effective_io_concurrency even on unsupported syste
Date: 2014-10-19 01:38:59
Message-ID: E1XffSV-0001gm-6s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7feaccc21791d9d745bac013e5e0396bdde2d81c

Modified Files
--------------
doc/src/sgml/config.sgml | 4 ++++
src/backend/utils/misc/guc.c | 4 ----
src/bin/initdb/initdb.c | 6 ++++++
3 files changed, 10 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2014-10-19 03:56:48 pgsql: psql: Improve \pset without arguments
Previous Message Bruce Momjian 2014-10-18 14:36:13 pgsql: Shorten warning about hash creation