Minor fix for pgbench documentation

Started by Ildar Musinover 8 years ago4 messageshackers
Jump to latest
#1Ildar Musin
i.musin@postgrespro.ru

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

Attachments:

pgbench_doc_fix.patchtext/plain; charset=UTF-8; name=pgbench_doc_fix.patch; x-mac-creator=0; x-mac-type=0Download+4-3
#2Fabien COELHO
coelho@cri.ensmp.fr
In reply to: Ildar Musin (#1)
Re: Minor fix for pgbench documentation

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.

#3Ildar Musin
i.musin@postgrespro.ru
In reply to: Fabien COELHO (#2)
Re: Minor fix for pgbench documentation

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

#4Andres Freund
andres@anarazel.de
In reply to: Ildar Musin (#3)
Re: Minor fix for pgbench documentation

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