We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55542ed commit aa16536Copy full SHA for aa16536
mamonsu/lib/parser.py
@@ -121,6 +121,7 @@
121
--dont-reload-postgresql
122
"""
123
124
+
125
def print_total_help():
126
print(usage_msg.format(prog=sys.argv[0]))
127
sys.exit(2)
mamonsu/tools/tune/pgsql.py
@@ -169,8 +169,8 @@ def _configure_virt_guest(self):
169
170
def _miscellaneous(self):
171
if platform.WINDOWS:
172
- self._run_query(
173
- "alter system set update_process_title to off;")
+ self._run_query(
+ "alter system set update_process_title to off;")
174
175
def _reload_config(self):
176
if self.args.reload_config is not None:
0 commit comments