mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user