mirror of https://github.com/postgres/postgres
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.REL8_3_STABLE
parent
506a9893b7
commit
39def593c5
Loading…
Reference in new issue