| От | Andres Freund |
|---|---|
| Тема | pgsql: Fix flattening of nested grouping sets. |
| Дата | |
| Msg-id | E1ZJNbR-0004O9-ES@gemulon.postgresql.org обсуждение |
| Список | pgsql-committers |
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 Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/faab14ecb8c1b4ea2bee3723d4fa04f47275abd3 Modified Files -------------- src/backend/parser/parse_clause.c | 13 ++- src/test/regress/expected/groupingsets.out | 121 ++++++++++++++++++++++++++++ src/test/regress/sql/groupingsets.sql | 29 +++++++ 3 files changed, 160 insertions(+), 3 deletions(-)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера