Fix handling of outer GroupingFunc within subqueries

Edit
ID 3250
Title Fix handling of outer GroupingFunc within subqueries
Topic Bug Fixes
Created 2021-07-14 02:32:08
Last modified 2022-03-21 21:45:45 (2 years, 7 months ago)
Latest email 2022-03-21 21:09:54 (2 years, 7 months ago)
Status
2022-03: Committed
2022-01: Moved to next CF
2021-11: Moved to next CF
2021-09: Moved to next CF
Target version
Authors Richard Guo (richardguo)
Reviewers Tom Lane (tgl), Platon Pronko (rogach)Become reviewer
Committer Tom Lane (tgl)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/3250
git checkout commitfest/cf/3250
Emails
BUG #17088: FailedAssertion in prepagg.c
First at 2021-07-07 06:33:07 by PG Bug reporting form <noreply at postgresql.org>
Latest at 2022-03-21 21:09:54 by Tom Lane <tgl at sss.pgh.pa.us>
Latest attachment (v2-0001-fix-oversights-in-GroupingFunc-handling.patch) at 2022-03-21 21:09:54 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (v2-0001-fix-oversights-in-GroupingFunc-handling.patch) at 2022-03-21 21:09:54 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (v1-0001-Fix-handling-of-outer-GroupingFunc-within-subqueries.patch) at 2021-07-09 06:54:02 from Richard Guo <guofenglinux at gmail.com> (Patch: Yes)
    Attachment (0001-Fix-GroupingFunc-assertion-failure.patch) at 2021-07-08 06:14:29 from Richard Guo <guofenglinux at gmail.com> (Patch: Yes)
History
When Who What
2022-03-21 21:45:45 Tom Lane (tgl) Closed in commitfest 2022-03 with status: Committed
2022-03-21 21:45:45 Tom Lane (tgl) Changed committer to tgl
2022-03-21 21:01:00 Tom Lane (tgl) Added tgl as reviewer
2022-02-02 16:18:46 Julien Rouhaud (rjuju) Closed in commitfest 2022-01 with status: Moved to next CF
2022-01-31 13:43:01 Platon Pronko (rogach) Added rogach as reviewer
2021-12-02 12:37:06 Daniel Gustafsson (d_gustafsson) Closed in commitfest 2021-11 with status: Moved to next CF
2021-10-04 07:32:04 Jaime Casanova (jcasanov) Closed in commitfest 2021-09 with status: Moved to next CF
2021-07-14 02:33:20 Richard Guo (richardguo) Changed authors to Richard Guo (richardguo)
2021-07-14 02:32:09 Richard Guo (richardguo) Attached mail thread 17088-e33882b387de7f5c@postgresql.org
2021-07-14 02:32:08 Richard Guo (richardguo) Created patch record
Edit