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

From [email protected] (Bruce Momjian)
Subject pgsql: For GUC values, check for partial string matches on 'on' and
Date
Msg-id [email protected]
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: [email protected] (Tom Lane)
Date:
Subject: pgsql: Restructure operator classes to allow improved handling of
Next
From: [email protected] (Bruce Momjian)
Date:
Subject: pgsql: Document that CREATE TYPE names should not begin with an