| From: | Teodor Sigaev <teodor(at)sigaev(dot)ru> |
|---|---|
| To: | Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com> |
| Cc: | pgsql-committers <pgsql-committers(at)postgresql(dot)org> |
| Subject: | Re: pgsql: Improve scripting language in pgbench |
| Date: | 2018-01-10 08:36:26 |
| Message-ID: | ae2d6e06-02cf-0ebf-ef2a-3cfc0356aba7@sigaev.ru |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
Thank you very much, applied
Thomas Munro wrote:
> On Wed, Jan 10, 2018 at 4:02 AM, Teodor Sigaev <teodor(at)sigaev(dot)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(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fabien COELHO | 2018-01-10 12:36:24 | Re: pgsql: Improve scripting language in pgbench |
| Previous Message | Teodor Sigaev | 2018-01-10 08:33:56 | pgsql: Fix allowing of leading zero on exponents in pgbench test result |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Fabien COELHO | 2018-01-10 08:54:13 | Re: [HACKERS] pgbench - allow to store select results into variables |
| Previous Message | Fabien COELHO | 2018-01-10 08:21:50 | Re: pgbench - add \if support |