BUG #15819: wrong expression in document of pgbench

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15819: wrong expression in document of pgbench
Дата
Msg-id 15819-e6191bef1f7334c0@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #15819: wrong expression in document of pgbench  (Fabien COELHO <coelho@cri.ensmp.fr>)
Re: BUG #15819: wrong expression in document of pgbench  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15819
Logged by:          KOIZUMI Satoru
Email address:      koizumistr@minos.ocn.ne.jp
PostgreSQL version: 11.3
Operating system:   (Any)
Description:

In example of random_zipfian,  the explanation is "which itself(2) is
produced (3/2)*2.5 = 2.76 times more frequently than 3".
"(3/2)*2.5 = 2.76" is wrong. The correct expression is "(3/2)**2.5 = 2.76".


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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: BUG #15515: DatabaseMetadata.getProcedures and getFunctionsreturn objects of either type
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: BUG #15819: wrong expression in document of pgbench