]> granicus.if.org Git - pgbadger/commitdiff
Fix for the multiprocessing and the recording of the value in tmp file.
authorGuillaume Le Bihan <glebihan@neteven.com>
Tue, 24 Mar 2015 14:26:40 +0000 (15:26 +0100)
committerGuillaume Le Bihan <glebihan@neteven.com>
Tue, 24 Mar 2015 14:26:40 +0000 (15:26 +0100)
pgbadger

index c3056bd1f6a07922469a59611260fdfc79a194e1..3374bc7d09e29726e4620c695fe5412cfb4546c0 100755 (executable)
--- 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}};