From 493a60a2842c3236a477d76cea31b27aa67ef8e9 Mon Sep 17 00:00:00 2001 From: Darold Gilles Date: Wed, 26 Sep 2012 22:11:15 +0200 Subject: [PATCH] Removed unrecognized log line generated by deadlock_timeout. --- pgbadger | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.50.1