pgsql/src/backend/commands variable.c

From: thomas(at)postgresql(dot)org (Thomas Lockhart)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/commands variable.c
Date: 2002-04-21 19:12:46
Message-ID: 20020421191246.70986475905@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: thomas(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Lockhart 2002-04-21 19:21:49 pgsql/src/backend/parser gram.y keywords.c
Previous Message Thomas Lockhart 2002-04-21 19:08:02 pgsql/src/backend/access/transam xlog.c