Allow more choices for style of value in various SET commands. Formerly,
authorThomas G. Lockhart <lockhart@alumni.caltech.edu>
Sun, 21 Apr 2002 19:12:46 +0000 (19:12 +0000)
committerThomas G. Lockhart <lockhart@alumni.caltech.edu>
Sun, 21 Apr 2002 19:12:46 +0000 (19:12 +0000)
commit81f7e61b5a39c5b12c678ff7d84c2a2c702b8a05
treece6bade2db5cee0c1419469089210a45039bf87e
parent7f65e13e8fd8004ab1ca64cf04978969f5aad246
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.
src/backend/commands/variable.c