pgsql: For GUC values, check for partial string matches on 'on' and - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: For GUC values, check for partial string matches on 'on' and
Date
Msg-id 20061223005241.02E529FA173@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Restructure operator classes to allow improved handling of
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document that CREATE TYPE names should not begin with an