]> granicus.if.org Git - pgbadger/commitdiff
Allow pgbadger to recognize " autovacuum launcher" messages.
authorDarold Gilles <gilles@darold.net>
Wed, 29 Aug 2012 06:59:48 +0000 (08:59 +0200)
committerDarold Gilles <gilles@darold.net>
Wed, 29 Aug 2012 06:59:48 +0000 (08:59 +0200)
pgbadger

index 969560d0ca41f0a205b58d5cf9172fe019de4a37..116bee05641bd3793a17fedebe495cfa2f08f2e6 100755 (executable)
--- 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");