Remove unnecessary indent (#67728)
total_size fact is populated if schema is not specified in postgresql_user_obj_stat_info module. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
4e571248a9
commit
6f0924a892
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ class PgUserObjStatInfo():
|
||||||
query_params=(relname,),
|
query_params=(relname,),
|
||||||
add_to_executed=False)
|
add_to_executed=False)
|
||||||
|
|
||||||
self.info[info_key][elem[schema_key]][elem[name_key]]['total_size'] = result[0][0]
|
self.info[info_key][elem[schema_key]][elem[name_key]]['total_size'] = result[0][0]
|
||||||
|
|
||||||
def set_schema(self, schema):
|
def set_schema(self, schema):
|
||||||
"""If schema exists, sets self.schema, otherwise fails."""
|
"""If schema exists, sets self.schema, otherwise fails."""
|
||||||
|
|
Loading…
Reference in a new issue