From: Guillaume Le Bihan Date: Tue, 24 Mar 2015 14:26:40 +0000 (+0100) Subject: Fix for the multiprocessing and the recording of the value in tmp file. X-Git-Tag: v7.0~13^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ae4a91b70957ccf45bcdbaebeb10776b33c8c2d;p=pgbadger Fix for the multiprocessing and the recording of the value in tmp file. --- 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}};