pgsql: Add missing min/max parameters to DefineCustomIntVariable() and

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing min/max parameters to DefineCustomIntVariable() and
Date: 2005-03-25 16:17:39
Message-ID: 20050325161739.74513537A1@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add missing min/max parameters to DefineCustomIntVariable() and
DefineCustomRealVariable(). Thomas Hallgren

Tags:
----
REL8_0_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/misc:
guc.c (r1.252 -> r1.252.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.252&r2=1.252.4.1)
pgsql/src/include/utils:
guc.h (r1.58 -> r1.58.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/guc.h.diff?r1=1.58&r2=1.58.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-03-25 16:38:58 pgsql: Update and copy-edit description of privileges.
Previous Message Tom Lane 2005-03-25 16:17:28 pgsql: Add missing min/max parameters to DefineCustomIntVariable() and