Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

variable.c

Blame
    • Thomas G. Lockhart's avatar
      e53f94ad
      Allow more choices for style of value in various SET commands. Formerly, · e53f94ad
      Thomas G. Lockhart authored
       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.
      e53f94ad
      History
      Allow more choices for style of value in various SET commands. Formerly,
      Thomas G. Lockhart authored
       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.