• Andres Freund's avatar
    Fix flattening of nested grouping sets. · faab14ec
    Andres Freund authored
    Previously nested grouping set specifications accidentally weren't
    flattened, but instead contained the nested specification as a element
    in the outer list.
    
    Fix this by, as actually documented in comments, concatenating the
    nested set specification into the outer one. Also add tests to prevent
    this from breaking again.
    
    Author: Andrew Gierth, with tests from Jeevan Chalke
    Reported-By: Jeevan Chalke
    Discussion: CAM2+6=V5YvuxB+EyN4iH=GbD-XTA435TCNvnDFSD--YvXs+pww@mail.gmail.com
    Backpatch: 9.5, where grouping sets were introduced
    faab14ec
parse_clause.c 99.1 KB