File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ def drop_possibly_incompatible_objects(self):
8888 conn_kwargs ['dbname' ] = d
8989 with get_connection_cursor (** conn_kwargs ) as cur :
9090
91- cmd = "REVOKE EXECUTE ON FUNCTION pg_catalog.pg_switch_{0}() FROM admin" .format (self .wal_name )
92- logger .info ('Executing "%s" in the database="%s"' , cmd , d )
93- cur .execute (cmd )
91+ # cmd = "REVOKE EXECUTE ON FUNCTION pg_catalog.pg_switch_{0}() FROM admin".format(self.wal_name)
92+ # logger.info('Executing "%s" in the database="%s"', cmd, d)
93+ # cur.execute(cmd)
9494
9595 logger .info ('Executing "DROP FUNCTION metric_helpers.pg_stat_statements" in the database="%s"' , d )
9696 cur .execute ("DROP FUNCTION IF EXISTS metric_helpers.pg_stat_statements(boolean) CASCADE" )
You can’t perform that action at this time.
0 commit comments