Fixed an issue where the semicolon is misplaced in RLS Policy SQL.

Fixed one regression issue introduced by renaming the method 'gc' to 'gc_timeout'.
This commit is contained in:
Akshay Joshi
2020-06-26 19:24:54 +05:30
parent 115657a465
commit b91f6f0f5c
6 changed files with 18 additions and 14 deletions

View File

@@ -46,4 +46,4 @@ def ping():
drivers = getattr(current_app, '_pgadmin_server_drivers', None)
for type in drivers:
drivers[type].gc()
drivers[type].gc_timeout()