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

From Fabien COELHO
Subject Re: BUG #15819: wrong expression in document of pgbench
Date
Msg-id alpine.DEB.2.21.1905241631310.29379@lancre
Whole thread Raw
In response to BUG #15819: wrong expression in document of pgbench  (PG Bug reporting form <noreply@postgresql.org>)
Responses Re: BUG #15819: wrong expression in document of pgbench
List 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 by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #15819: wrong expression in document of pgbench
Next
From: Tom Lane
Date:
Subject: Re: BUG #15819: wrong expression in document of pgbench