$t_action = $2;
# Skipping parse and bind logs
- return if ($t_action !~ /query|statement|execute|bind/);
+ return if ($t_action !~ /query|statement|execute/);
} elsif (!$duration_required && ($prefix_vars{'t_query'} =~ s/(query|statement): //is)) {
$t_action = $1;
} elsif (!$duration_required && ($prefix_vars{'t_query'} =~ s/(prepare|parse|bind|execute|execute from fetch)\s+[^:]+:\s//is))
$t_action = $1;
# Skipping parse and bind logs
- return if ($t_action !~ /query|statement|execute|bind/);
+ 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)|detected deadlock while waiting for|database system was shut down/