mirror of https://github.com/postgres/postgres
Call srandom() instead of srand(). pgbench calls random() later, so it should have called srandom(). On most platforms except Windows srandom() is actually identical to srand(), so the bug only bites Windows users. per bug report from Akio Ishida.REL7_4_STABLE
parent
2ece6917e8
commit
fe7b0fc35d
Loading…
Reference in new issue