Allow units to be specified in relation option setting value.

Fujii Masao <fujii@postgresql.org>

Commit: e23014f3d40f7d2c23bc97207fd28efbe5ba102b
Author: Fujii Masao <fujii@postgresql.org>
Date: 2014-08-28T06:55:50Z
Releases: 9.5.0
Allow units to be specified in relation option setting value.

This introduces an infrastructure which allows us to specify the units
like ms (milliseconds) in integer relation option, like GUC parameter.
Currently only autovacuum_vacuum_cost_delay reloption can accept
the units.

Reviewed by Michael Paquier

Files