Skip to content

Commit

Permalink
Fix non reported queries generating the most cancelation due to state…
Browse files Browse the repository at this point in the history
…ment_timeout.
  • Loading branch information
darold committed Dec 8, 2024
1 parent 535a052 commit 55b53d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgbadger
Original file line number Diff line number Diff line change
Expand Up @@ -16499,7 +16499,7 @@ sub parse_query
if (($prefix_vars{'t_loglevel'} eq 'STATEMENT') && exists $cur_temp_info{$t_pid} && ($cur_temp_info{$t_pid}{query} eq '')) {
$cur_temp_info{$t_pid}{query} = $prefix_vars{'t_query'};
}
return;
#return;
}

# Special cases when a STATEMENT is parsed
Expand Down

0 comments on commit 55b53d0

Please sign in to comment.