pgsql: For GUC values, check for partial string matches on 'on' and

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: For GUC values, check for partial string matches on 'on' and
Date: 2006-12-23 00:52:41
Message-ID: 20061223005241.02E529FA173@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
For GUC values, check for partial string matches on 'on' and 'off', but
require at least two characters for uniqueness. This now matches the
behavior of other boolean strings we support, per report from Gurjeet
Singh.

Modified Files:
--------------
pgsql/src/backend/utils/misc:
guc.c (r1.362 -> r1.363)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c.diff?r1=1.362&r2=1.363)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-12-23 01:28:09 pgsql: Document that CREATE TYPE names should not begin with an
Previous Message Tom Lane 2006-12-23 00:43:14 pgsql: Restructure operator classes to allow improved handling of