On Wed, Jan 10, 2018 at 4:02 AM, Teodor Sigaev <[email protected]> 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
fix.patch
Description: Binary data
