diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2006-12-26 01:02:05 +0000 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2006-12-26 01:02:05 +0000 |
commit | 39def593c5b9b2c694efada0a1d9ba358c888ed5 (patch) | |
tree | b9ed7665fb655e5f7720944ea0e46316fb8d2baf /src/backend/executor/nodeSubqueryscan.c | |
parent | 506a9893b7c078ad8dc739ea6872f9f6cc7bd59e (diff) | |
download | postgresql-39def593c5b9b2c694efada0a1d9ba358c888ed5.tar.gz postgresql-39def593c5b9b2c694efada0a1d9ba358c888ed5.zip |
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.
Diffstat (limited to 'src/backend/executor/nodeSubqueryscan.c')
0 files changed, 0 insertions, 0 deletions