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:
parent
d6bd37f3f3
commit
9d159fd0e7
@ -890,8 +890,7 @@
|
||||
{
|
||||
"name": "log_min_duration_statement",
|
||||
"restart_required": false,
|
||||
"min": -1,
|
||||
"type": "integer"
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "backend_flush_after",
|
||||
|
Loading…
x
Reference in New Issue
Block a user