Re: pgsql: Improve scripting language in pgbench

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: pgsql: Improve scripting language in pgbench
Дата
Msg-id CAEepm=24X-vJfmkvTEr0tR16zDeFUALCfuiu-2uvL+Grxq4B1g@mail.gmail.com
обсуждение исходный текст
Ответ на pgsql: Improve scripting language in pgbench  (Teodor Sigaev <teodor@sigaev.ru>)
Ответы Re: pgsql: Improve scripting language in pgbench  (Teodor Sigaev <teodor@sigaev.ru>)
Список 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

Вложения

В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Remove outdated/removed Win32 URLs in C comments
Следующее
От: Teodor Sigaev
Дата:
Сообщение: pgsql: Fix allowing of leading zero on exponents in pgbench testresult