pgsql: Document and enforce that the usable range of setseed() arguments

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document and enforce that the usable range of setseed() arguments
Date: 2008-03-10 12:39:23
Message-ID: 20080310123923.25742753F33@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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

Modified Files:
--------------
pgsql/doc/src/sgml:
func.sgml (r1.423 -> r1.424)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.423&r2=1.424)
pgsql/doc/src/sgml/ref:
set.sgml (r1.91 -> r1.92)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/set.sgml?r1=1.91&r2=1.92)
pgsql/src/backend/utils/adt:
float.c (r1.153 -> r1.154)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/float.c?r1=1.153&r2=1.154)
pgsql/src/backend/utils/misc:
guc.c (r1.435 -> r1.436)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.435&r2=1.436)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-03-10 12:55:13 pgsql: Implement enum type for guc parameters, and convert a couple of
Previous Message User Talliesin 2008-03-10 11:33:07 npgsql - Npgsql2: Fix reported bug #1010310