Document and enforce that the usable range of setseed() arguments is
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 10 Mar 2008 12:39:23 +0000 (12:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 10 Mar 2008 12:39:23 +0000 (12:39 +0000)
commit9751e8bf6381569427131c25332aa9f10f178792
treeacc5c122a503e90b368c5e62acc903a71c165fe0
parent94b5cf033cc7ba6ac962d1d13c475d84f6a179fe
Document and enforce that the usable range of setseed() arguments is
-1 to 1, not 0 to 1.  The actual behavior for values within this range
does not change.  Kris Jurka
doc/src/sgml/func.sgml
doc/src/sgml/ref/set.sgml
src/backend/utils/adt/float.c
src/backend/utils/misc/guc.c