From: Darold Gilles Date: Thu, 19 Mar 2015 12:40:49 +0000 (+0100) Subject: Add geometric operators. Thanks to Rodolphe Quiedeville for the report. X-Git-Tag: v6.3~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=317996cec8f2dc5f9c749d7b8beab2ec22f5831d;p=pgbadger Add geometric operators. Thanks to Rodolphe Quiedeville for the report. --- diff --git a/pgbadger b/pgbadger index 56cd969..1a6dd58 100755 --- a/pgbadger +++ b/pgbadger @@ -10860,10 +10860,12 @@ sub build_log_line_prefix_regex my $re = qr{ ( - (?:--|\#)[\ \t\S]* # single line comments + (?:--)[\ \t\S]* # single line comments | (?:<>|<=>|>=|<=|==|=|!=|!|<<|>>|<|>|\|\||\||&&|&|-|\+|\*(?!/)|/(?!\*)|\%|~|\^|\?) # operators and tests + (?:\#|\@\-\@|\@\@|\#\#|<\->|\&<|\&>|<<\||\|>>|\&<\||\|\&>|<\^|>\^|\?\#|\?\-|\?\||\?\-\||\?\|\||\@>|<\@|\~=) + # Geometric Operators | [\[\]\(\),;.] # punctuation (parenthesis, comma) |