Обсуждение: pgsql-server/contrib/tablefunc README.tablefun ...

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

pgsql-server/contrib/tablefunc README.tablefun ...

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    03/09/13 18:44:50

Modified files:
    contrib/tablefunc: README.tablefunc tablefunc.c tablefunc.sql.in
    contrib/tablefunc/expected: tablefunc.out
    contrib/tablefunc/sql: tablefunc.sql

Log message:
    With Joe Conway's concurrence, remove srandom() call from normal_rand().
    This was the last piece of code that took it upon itself to reset the
    random number sequence --- now we only have srandom() in postmaster start,
    backend start, and explicit setseed() operations.