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

postgres-lambda-diff

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Bruce Momjian authored
        a switch statement that has an empty default label.  A label of a
        switch statement must be followed by a statement (or a label which
        is followed by a statement (or a label which ...)).
    
    3.  Files include stringinfo.h failed to compile.  The macro,
        'appendStringInfoCharMacro' is implemented with a '?:' operation
        that returns a void expression for the true part and a char expresion
        for the false part.  Both the true and false parts of the '?:' oper-
        ator must return the same type.
    
    Billy G. Allie
    77d31cf3
    History
    Name Last commit Last update