]> granicus.if.org Git - pgbadger/commitdiff
Fix bug in SQL beautifier which removed operator. Thanks to Thomas Reiss for the...
authorDarold Gilles <gilles@darold.net>
Thu, 9 Apr 2015 17:33:51 +0000 (19:33 +0200)
committerDarold Gilles <gilles@darold.net>
Thu, 9 Apr 2015 17:33:51 +0000 (19:33 +0200)
pgbadger

index 690ca28e44b2e905fa5ca344eecaf75fef230043..94183137cb04d620c66632d5bcc6d269c29441f2 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -10975,6 +10975,7 @@ sub build_log_line_prefix_regex
         |
         (?:<>|<=>|>=|<=|==|=|!=|!|<<|>>|<|>|\|\||\||&&|&|-|\+|\*(?!/)|/(?!\*)|\%|~|\^|\?)
                                 # operators and tests
+       |
        (?:\#|\@\-\@|\@\@|\#\#|<\->|\&<|\&>|<<\||\|>>|\&<\||\|\&>|<\^|>\^|\?\#|\?\-|\?\||\?\-\||\?\|\||\@>|<\@|\~=)
                                # Geometric Operators
         |