From 2ae4a91b70957ccf45bcdbaebeb10776b33c8c2d Mon Sep 17 00:00:00 2001 From: Guillaume Le Bihan Date: Tue, 24 Mar 2015 15:26:40 +0100 Subject: [PATCH] Fix for the multiprocessing and the recording of the value in tmp file. --- pgbadger | 1 + 1 file changed, 1 insertion(+) diff --git a/pgbadger b/pgbadger index c3056bd..3374bc7 100755 --- a/pgbadger +++ b/pgbadger @@ -8334,6 +8334,7 @@ sub load_stats my %_overall_stat = %{$stats{overall_stat}}; my %_overall_checkpoint = %{$stats{overall_checkpoint}}; my %_normalyzed_info = %{$stats{normalyzed_info}}; + my %_normalyzed_user = %{$stats{normalyzed_user}}; my %_error_info = %{$stats{error_info}}; my %_connection_info = %{$stats{connection_info}}; my %_database_info = %{$stats{database_info}}; -- 2.50.1