Re: [HACKERS] pgbench randomness initialization
Fabien COELHO <coelho@cri.ensmp.fr>
From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Andres Freund <andres@anarazel.de>,
PostgreSQL Developers <pgsql-hackers@postgresql.org>
Date: 2018-01-02T10:57:35Z
Lists: pgsql-hackers
Attachments
- pgbench-seed-3.patch (text/x-diff) patch
> Here is a new version which output use used seed when a seed is explicitely > set with an option or from the environment. It is even better without xml typos, with simpler coding and the doc in the right place... Sorry for the noise. -- Fabien.
Commits
-
Set random seed for pgbench.
- 64f85894ad27 11.0 landed
-
Fix pgbench TAP test to work in VPATH builds.
- e94f2bc809a0 11.0 landed