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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #15819: wrong expression in document of pgbench
Дата
Msg-id 15858.1558711013@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #15819: wrong expression in document of pgbench  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-bugs
Fabien COELHO <coelho@cri.ensmp.fr> writes:
>> 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.

Indeed.  Pushed.

            regards, tom lane



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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: BUG #15819: wrong expression in document of pgbench
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15820: Commuting two column make a SubqueryScan node to appear in the plan