summaryrefslogtreecommitdiff
path: root/python/pgqadm.py
diff options
context:
space:
mode:
authorMarko Kreen2009-11-03 12:26:19 +0000
committerMarko Kreen2009-11-03 12:43:44 +0000
commitc9de6870b604e6aa99c42ef1ba12bc4b06c64a31 (patch)
tree2172028d318fa73f5d1647365153bb661b225318 /python/pgqadm.py
parent5c4ab947babf423aa83150f7eaaf5aec53a11a0b (diff)
fix pgq brokenness related to recent commits
- get_batch_cursor() - loop_delay
Diffstat (limited to 'python/pgqadm.py')
-rwxr-xr-xpython/pgqadm.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/pgqadm.py b/python/pgqadm.py
index bd1ff8a6..7fdfdc3b 100755
--- a/python/pgqadm.py
+++ b/python/pgqadm.py
@@ -118,6 +118,10 @@ class PGQAdmin(skytools.DBScript):
else:
skytools.DBScript.start(self)
+ def reload(self):
+ skytools.DBScript.reload(self)
+ self.set_single_loop(1)
+
def init_optparse(self, parser=None):
p = skytools.DBScript.init_optparse(self, parser)
p.set_usage(command_usage.strip())