From: Darold Gilles Date: Wed, 26 Sep 2012 20:11:15 +0000 (+0200) Subject: Removed unrecognized log line generated by deadlock_timeout. X-Git-Tag: v3.2~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=493a60a2842c3236a477d76cea31b27aa67ef8e9;p=pgbadger Removed unrecognized log line generated by deadlock_timeout. --- diff --git a/pgbadger b/pgbadger index aebac08..24d7178 100755 --- a/pgbadger +++ b/pgbadger @@ -3393,7 +3393,7 @@ sub parse_query return if ($t_action !~ /query|statement|execute/); } elsif ($prefix_vars{'t_loglevel'} eq 'LOG') { if ($prefix_vars{'t_query'} !~ -/incomplete startup packet|connection|receive|unexpected EOF|still waiting for [^\s]+Lock|checkpoint starting:|could not send data to client|parameter .*configuration file|autovacuum launcher|automatic (analyze|vacuum)/ +/incomplete startup packet|connection|receive|unexpected EOF|still waiting for [^\s]+Lock|checkpoint starting:|could not send data to client|parameter .*configuration file|autovacuum launcher|automatic (analyze|vacuum)|detected deadlock while waiting for/ ) { &logmsg('DEBUG', "Unrecognized line: $prefix_vars{'t_loglevel'}: $prefix_vars{'t_query'} at line $nlines");