From: Darold Gilles Date: Wed, 29 Aug 2012 06:59:48 +0000 (+0200) Subject: Allow pgbadger to recognize " autovacuum launcher" messages. X-Git-Tag: v3.2~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0091fae5ee543a08f3330c787b033ee6f22511f2;p=pgbadger Allow pgbadger to recognize " autovacuum launcher" messages. --- diff --git a/pgbadger b/pgbadger index 969560d..116bee0 100755 --- a/pgbadger +++ b/pgbadger @@ -3220,7 +3220,7 @@ sub parse_query return if ($t_action !~ /query|statement|execute/); } elsif ($t_loglevel eq 'LOG') { if ($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/ +/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/ ) { &logmsg('WARNING', "Unrecognized line: $t_loglevel: $t_query at line $nlines");