Fix PostgreSQL non-dynamic configration tests

The parameter 'log_min_duration_statement' was updated to support unit
suffixes like 'ms' in [1], but reverted in [2] by accident.

[1] https://review.openstack.org/#/c/370982/
[2] https://review.openstack.org/#/c/537665/

Change-Id: I6fa6785bc8438ccc28a815abd1a99526ff03b87c
Signed-off-by: Zhao Chao <zhaochao1984@gmail.com>
This commit is contained in:
Zhao Chao 2018-02-26 16:56:34 +08:00
parent d6bd37f3f3
commit 9d159fd0e7
1 changed files with 1 additions and 2 deletions

View File

@ -890,8 +890,7 @@
{
"name": "log_min_duration_statement",
"restart_required": false,
"min": -1,
"type": "integer"
"type": "string"
},
{
"name": "backend_flush_after",