postgresql_user: set type of conn_limit (#50178)

conn_limit type is set to 'int'. This will allow module to compare conn_limit with record value without type casting.

Fixes: #38118

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2018-12-22 20:28:56 +05:30
committed by GitHub
parent 4c3064a36f
commit fc6c500b5b
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- conn_limit type is set to 'int' in postgresql_user module. This will allow module to compare conn_limit with record value without type casting.