pgsql: Backport patch.

From: ishii(at)postgresql(dot)org (Tatsuo Ishii)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Backport patch.
Date: 2007-01-10 01:20:10
Message-ID: 20070110012010.4C02E9FB1DE@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Backport patch.

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.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/contrib/pgbench:
pgbench.c (r1.58 -> r1.58.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c.diff?r1=1.58&r2=1.58.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2007-01-10 01:44:30 pgsql: Back port patch.
Previous Message Tatsuo Ishii 2007-01-10 01:18:40 pgsql: Update copyright year