From: Nathan Wagner Date: Sun, 3 Oct 2021 22:29:16 +0000 (-0500) Subject: use %s in show queue, keys can be text X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7c2c7b46d01138d61c884fdf5af1db6ee738c71;p=pgm use %s in show queue, keys can be text --- diff --git a/show b/show index dfc693e..84a4df5 100755 --- a/show +++ b/show @@ -60,7 +60,7 @@ if ($what eq 'locks') { }); } $q->execute(@args); - $fmt = "%s/%d %s %d-%d"; + $fmt = "%s/%d %s %s-%s"; } elsif ($what eq 'hash') { $q = $db->prepare(q{select migration.table_hash(?::regclass)});