Re: pgsql: Add pow(), aka power(), function to pgbench.

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: pgsql: Add pow(), aka power(), function to pgbench.
Дата
Msg-id alpine.DEB.2.20.1712291255350.14239@lancre
обсуждение исходный текст
Ответ на Re: pgsql: Add pow(), aka power(), function to pgbench.  (Thomas Munro <thomas.munro@enterprisedb.com>)
Ответы Re: pgsql: Add pow(), aka power(), function to pgbench.  (Raúl Marín Rodríguez <rmrodriguez@carto.com>)
Список pgsql-committers
> # debug(script=0,command=31): double 8.50705917302346e+037
> #     doesn't match '(?^:command=31.: double 8.50705917302346e\+37\b)'
>
> # debug(script=0,command=32): double 1e+030
> #     doesn't match '(?^:command=32.: double 1e\+30\b)'
>
> The difference seems to be a leading zero before the exponent, so
> perhaps the patterns need "0*" in there?

Probably "0?". Although an int with leading zeros is usually an octal 
number, so window's rational fails me.

-- 
Fabien.


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: Re: pgsql: Use new overflow aware integer operations.
Следующее
От: Raúl Marín Rodríguez
Дата:
Сообщение: Re: pgsql: Add pow(), aka power(), function to pgbench.