Minor fix for pgbench documentation

Lists: pgsql-hackers
From: Ildar Musin <i(dot)musin(at)postgrespro(dot)ru>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Minor fix for pgbench documentation
Date: 2018-01-12 10:57:27
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

Hi hackers,

Here is a patch that adds missing random_zipfian func to the paragraph
in pgbench documentation about random functions parameterization.

--
Ildar Musin
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company

Attachment Content-Type Size
pgbench_doc_fix.patch text/plain 978 bytes

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: Ildar Musin <i(dot)musin(at)postgrespro(dot)ru>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Minor fix for pgbench documentation
Date: 2018-01-13 16:30:16
Message-ID: alpine.DEB.2.20.1801131725430.27289@lancre
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers


> Here is a patch that adds missing random_zipfian func to the paragraph
> in pgbench documentation about random functions parameterization.

Indeed.

Patch applies cleanly, doc build ok. Marked as "ready".

I have added it to the next commitfest.

--
Fabien.


From: Ildar Musin <i(dot)musin(at)postgrespro(dot)ru>
To: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Minor fix for pgbench documentation
Date: 2018-01-15 09:30:51
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

Hello Fabien,

13/01/2018 19:30, Fabien COELHO пишет:
>
>> Here is a patch that adds missing random_zipfian func to the paragraph
>> in pgbench documentation about random functions parameterization.
>
> Indeed.
>
> Patch applies cleanly, doc build ok. Marked as "ready".
>
> I have added it to the next commitfest.
>
Thank you for your review!

--
Ildar Musin
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company


From: Andres Freund <andres(at)anarazel(dot)de>
To: Ildar Musin <i(dot)musin(at)postgrespro(dot)ru>
Cc: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Minor fix for pgbench documentation
Date: 2018-03-01 09:42:00
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

On 2018-01-15 12:30:51 +0300, Ildar Musin wrote:
> Hello Fabien,
>
>
> 13/01/2018 19:30, Fabien COELHO пишет:
> >
> >> Here is a patch that adds missing random_zipfian func to the paragraph
> >> in pgbench documentation about random functions parameterization.
> >
> > Indeed.
> >
> > Patch applies cleanly, doc build ok. Marked as "ready".
> >
> > I have added it to the next commitfest.
> >
> Thank you for your review!

Pushed, thanks for patch & review!

- Andres