Re: pgsql: Improve scripting language in pgbench - Mailing list pgsql-committers

From Teodor Sigaev
Subject Re: pgsql: Improve scripting language in pgbench
Date
Msg-id ae2d6e06-02cf-0ebf-ef2a-3cfc0356aba7@sigaev.ru
Whole thread Raw
In response to Re: pgsql: Improve scripting language in pgbench  (Thomas Munro <thomas.munro@enterprisedb.com>)
List pgsql-committers
Thank you very much, applied

Thomas Munro wrote:
> On Wed, Jan 10, 2018 at 4:02 AM, Teodor Sigaev <teodor@sigaev.ru> wrote:
>> Improve scripting language in pgbench
> 
> Hi Teodor,
> 
> I think this commit might have lost a fix from
> 0aa1d489ea756b96b6d5573692ae9cd5d143c2a5.  bowerbird and jacana now
> fail when they see an unexpected "0" before the exponent:
> 
> Jan 09 11:49:51 # debug(script=0,command=29): double 1e+030
> ...
> Jan 09 11:49:51 #     doesn't match '(?-xism:command=29.: double 1e\+30\b)'
> 
> I think you need to put "0?" back into the pattern like in the attached.
> 

-- 
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/


pgsql-committers by date:

Previous
From: Teodor Sigaev
Date:
Subject: pgsql: Fix allowing of leading zero on exponents in pgbench testresult
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Give more accurate error message for dropping pinned portal