From f0556fd01fd2d068c5a6e8671c75fa1990ba5f86 Mon Sep 17 00:00:00 2001 From: Darold Gilles Date: Tue, 21 Aug 2012 12:00:33 +0200 Subject: [PATCH] Fix wrong pointer on Connections per host menu. --- pgbadger | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgbadger b/pgbadger index 911a1ad..6eff652 100755 --- a/pgbadger +++ b/pgbadger @@ -2466,7 +2466,7 @@ qq{Wrote buffersAddedRemovedRecycledWrit # Show connection per host statistics if (!$disable_connection && exists $connection_info{host}) { print $fh qq{ -

Connections per host ^

+

Connections per host ^

-- 2.50.1