Обсуждение: pgsql: (Apologies for fat-fingering cvs commit command...) Should have

Поиск
Список
Период
Сортировка

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

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
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)