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

From Thomas Munro
Subject Re: pgsql: Improve scripting language in pgbench
Date
Msg-id CAEepm=24X-vJfmkvTEr0tR16zDeFUALCfuiu-2uvL+Grxq4B1g@mail.gmail.com
Whole thread Raw
In response to pgsql: Improve scripting language in pgbench  (Teodor Sigaev <teodor@sigaev.ru>)
Responses Re: pgsql: Improve scripting language in pgbench
List pgsql-committers
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.

-- 
Thomas Munro
http://www.enterprisedb.com

Attachment

pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Remove outdated/removed Win32 URLs in C comments
Next
From: Teodor Sigaev
Date:
Subject: pgsql: Fix allowing of leading zero on exponents in pgbench testresult