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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: (Apologies for fat-fingering cvs commit command...) Should have
Date
Msg-id 20051007153418.572F5DA548@svr1.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: gni
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Remove an unused typedef.