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):
88
88
conn_kwargs ['dbname' ] = d
89
89
with get_connection_cursor (** conn_kwargs ) as cur :
90
90
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)
94
94
95
95
logger .info ('Executing "DROP FUNCTION metric_helpers.pg_stat_statements" in the database="%s"' , d )
96
96
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