]> granicus.if.org Git - pgbadger/commitdiff
Removed unrecognized log line generated by deadlock_timeout.
authorDarold Gilles <gilles@darold.net>
Wed, 26 Sep 2012 20:11:15 +0000 (22:11 +0200)
committerDarold Gilles <gilles@darold.net>
Wed, 26 Sep 2012 20:11:15 +0000 (22:11 +0200)
pgbadger

index aebac084877cb7899bbd0df5f9ca04209fb16909..24d7178e54d34e513326403f1c50199d6e9083b8 100755 (executable)
--- 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");