Set random seed for pgbench.

Teodor Sigaev <teodor@sigaev.ru>

Commit: 64f85894ad2730fb1449a8e81dd8026604e9a546
Author: Teodor Sigaev <teodor@sigaev.ru>
Date: 2018-03-26T15:26:27Z
Releases: 11.0
Set random seed for pgbench.

Setting random could increase reproducibility of test in some cases. Patch
suggests three providers for seed: time (default), strong random
generator (if available) and unsigned constant. Seed could be set from
command line or enviroment variable.

Author: Fabien Coelho
Reviewed by: Chapman Flack
Discussion: https://www.postgresql.org/message-id/flat/20160407082711.q7iq3ykffqxcszkv@alap3.anarazel.de

Files

Documentation touched

Discussion