Re: BUG #15819: wrong expression in document of pgbench

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: BUG #15819: wrong expression in document of pgbench
Дата
Msg-id alpine.DEB.2.21.1905241631310.29379@lancre
обсуждение исходный текст
Ответ на BUG #15819: wrong expression in document of pgbench  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #15819: wrong expression in document of pgbench  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
> 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".

Indeed. Attached patch to fix this typo.

-- 
Fabien

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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15819: wrong expression in document of pgbench
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15819: wrong expression in document of pgbench