]> granicus.if.org Git - pgbadger/commitdiff
fix an other operator order issue.
authorDarold Gilles <gilles@darold.net>
Sun, 14 Feb 2016 09:24:32 +0000 (10:24 +0100)
committerDarold Gilles <gilles@darold.net>
Sun, 14 Feb 2016 09:24:32 +0000 (10:24 +0100)
pgbadger

index eea27ff629b16958d761d7fd0e100202368cf5cc..819bb876356af356e9da63990c27f33a06f562ba 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -11769,7 +11769,7 @@ sub build_log_line_prefix_regex
                 |
                 (?:\*=|\*<>|\*<=|\*>=|\*<|\*>) # composite type comparison operators
                 |
-                (?:<>|<=>|>=|<=|==|=|!=|!|<<|>>|<|>|\|\||\||&&|&|-|\+|\*(?!/)|/(?!\*)|\%|~|\^|\?) # operators and tests
+                (?:<>|<=>|>=|<=|==|!=|=|!|<<|>>|<|>|\|\||\||&&|&|-|\+|\*(?!/)|/(?!\*)|\%|~|\^|\?) # operators and tests
                 |
                 [\[\]\(\),;.]            # punctuation (parenthesis, comma)
                 |