]> granicus.if.org Git - postgresql/commit
With Joe Conway's concurrence, remove srandom() call from normal_rand().
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 13 Sep 2003 21:44:50 +0000 (21:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 13 Sep 2003 21:44:50 +0000 (21:44 +0000)
commitc472b8366f5bec1da4d5d5b894f47508bbc8d5d6
tree26615ebe830975a50b1698dece1286e1adecaa52
parent94a13b8a117c134a18ae37764c5524874b479db2
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.
contrib/tablefunc/README.tablefunc
contrib/tablefunc/expected/tablefunc.out
contrib/tablefunc/sql/tablefunc.sql
contrib/tablefunc/tablefunc.c
contrib/tablefunc/tablefunc.sql.in