]> granicus.if.org Git - pgbadger/commitdiff
Remove newline between a ) and , in the beautifier.
authorDarold Gilles <gilles@darold.net>
Thu, 23 Apr 2015 13:30:22 +0000 (15:30 +0200)
committerDarold Gilles <gilles@darold.net>
Thu, 23 Apr 2015 13:30:22 +0000 (15:30 +0200)
pgbadger

index 4962d4b330f28d3387215b2cc754b3e10a6ef0ed..e97afdc782ebae132192ccac1acc9d8e7e8f898b 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -11740,6 +11740,7 @@ sub build_log_line_prefix_regex
                                                        and $self->_next_token ne ')'
                                                        and $self->_next_token !~ /::/
                                                        and $self->_next_token ne ';'
+                                                       and $self->_next_token ne ','
                                        );
                        }