pgsql: (Apologies for fat-fingering cvs commit command...) Should have

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: (Apologies for fat-fingering cvs commit command...) Should have
Date: 2005-10-07 15:34:18
Message-ID: 20051007153418.572F5DA548@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
(Apologies for fat-fingering cvs commit command...) Should have read:
Remove unportable use of tfind/tsearch in favor of bsearch. Fix up
random number generator to use random() not rand() and to actually honor
its min/max arguments properly. That wasn't so important before, but
with exposure of capability to ask for general ranges, it will be.

Modified Files:
--------------
pgsql/contrib/pgbench:
pgbench.c (r1.41 -> r1.42)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c.diff?r1=1.41&r2=1.42)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-10-07 15:50:11 Re: pgsql: Remove an unused typedef.
Previous Message Tom Lane 2005-10-07 15:31:50 pgsql: gni