pgsql: Allow setting effective_io_concurrency even on unsupported syste - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Allow setting effective_io_concurrency even on unsupported syste
Date
Msg-id E1XffSV-0001gm-6s@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Shorten warning about hash creation
Next
From: Peter Eisentraut
Date:
Subject: pgsql: psql: Improve \pset without arguments