pgsql: Add missing documentation for effective_io_concurrency tablespac

Lists: pgsql-committers
From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing documentation for effective_io_concurrency tablespac
Date: 2016-12-16 16:27:13
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

Add missing documentation for effective_io_concurrency tablespace option.

The description of effective_io_concurrency option was missing in ALTER
TABLESPACE docs though it's included in CREATE TABLESPACE one.

Back-patch to 9.6 where effective_io_concurrency tablespace option was added.

Michael Paquier, reported by Marc-Olaf Jaschke

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4e344c2cf4ff00ca38ea0035bc137dab95fdd0c0

Modified Files
--------------
doc/src/sgml/ref/alter_tablespace.sgml | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)