aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2015-07-26 16:37:49 +0200
committerAndres Freund <andres@anarazel.de>2015-07-26 16:53:13 +0200
commitb17ae36ba9521014c5ae30cb3a3f77c439b41bb3 (patch)
treeaab5e7f6b25e2818bca7d2a34cdbc35df4f89a90 /src/backend/executor/nodeModifyTable.c
parent29e4455d7139d0b1bf8d3b62e566e7bb20cf0ec6 (diff)
downloadpostgresql-b17ae36ba9521014c5ae30cb3a3f77c439b41bb3.tar.gz
postgresql-b17ae36ba9521014c5ae30cb3a3f77c439b41bb3.zip
Fix flattening of nested grouping sets.
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
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions