Re: BUG #15819: wrong expression in document of pgbench - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #15819: wrong expression in document of pgbench
Date
Msg-id 15858.1558711013@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #15819: wrong expression in document of pgbench  (Fabien COELHO <coelho@cri.ensmp.fr>)
List 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 by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: BUG #15819: wrong expression in document of pgbench
Next
From: PG Bug reporting form
Date:
Subject: BUG #15820: Commuting two column make a SubqueryScan node to appear in the plan