pgsql/src/backend/commands variable.c - Mailing list pgsql-committers

From thomas@postgresql.org (Thomas Lockhart)
Subject pgsql/src/backend/commands variable.c
Date
Msg-id 20020421191246.70986475905@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    thomas@postgresql.org    02/04/21 15:12:46

Modified files:
    src/backend/commands: variable.c

Log message:
    Allow more choices for style of value in various SET commands. Formerly,
    most required a stringy syntax in the parser; now integers and floats
    can (or should) be handled. There is at least one cheesy error message
    mentioning sending mail to me if there are problems; should be changed
    prior to release.
    Allow lists of values from the parser in more cases. If multiple arguments
    were not allowed previously, they probably are not allowed now, but at
    least the data structures being passed around are more consistant across
    more cases.


pgsql-committers by date:

Previous
From: thomas@postgresql.org (Thomas Lockhart)
Date:
Subject: pgsql/src/backend/access/transam xlog.c
Next
From: thomas@postgresql.org (Thomas Lockhart)
Date:
Subject: pgsql/src/backend/parser gram.y keywords.c