Check group_clause_relids to see if a clause is computable

Edit
ID 4250
Title Check group_clause_relids to see if a clause is computable
Topic Bug Fixes
Created 2023-03-20 03:21:52
Last modified 2023-06-07 02:10:10 (1 year, 5 months ago)
Latest email 2023-06-07 02:25:40 (1 year, 5 months ago)
Status
2023-07: Committed
Target version
Authors Tom Lane (tgl), Richard Guo (richardguo)
Reviewers 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/4250
git checkout commitfest/cf/4250
Emails
Assert failure of the cross-check for nullingrels
First at 2023-03-10 08:13:59 by Richard Guo <guofenglinux at gmail.com>
Latest at 2023-06-07 02:25:40 by Richard Guo <guofenglinux at gmail.com>
Latest attachment (clean-up-const-true-clauses-wip.patch) at 2023-05-21 19:44:43 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (clean-up-const-true-clauses-wip.patch) at 2023-05-21 19:44:43 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (v5-0001-fix-clause_is_computable_at.patch) at 2023-05-20 15:24:30 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (v4-0001-fix-clause_is_computable_at.patch) at 2023-05-18 16:32:59 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (v3-0001-fix-clause_is_computable_at.patch) at 2023-05-17 19:34:54 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (v2-0001-Check-group_clause_relids-to-see-if-a-clause-is-computable.patch) at 2023-03-17 03:05:03 from Richard Guo <guofenglinux at gmail.com> (Patch: Yes)
    Attachment (v1-0001-Draft-group-RestrictInfos.patch) at 2023-03-13 09:44:18 from Richard Guo <guofenglinux at gmail.com> (Patch: Yes)
History
When Who What
2023-06-07 02:10:10 Richard Guo (richardguo) Changed authors to Tom Lane (tgl), Richard Guo (richardguo)
2023-06-07 02:09:24 Richard Guo (richardguo) Closed in commitfest 2023-07 with status: Committed
2023-06-07 02:09:23 Richard Guo (richardguo) Changed committer to tgl
2023-03-20 03:22:31 Richard Guo (richardguo) Changed authors to Richard Guo (richardguo)
2023-03-20 03:21:52 Richard Guo (richardguo) Attached mail thread CAMbWs4-_vwkBij4XOQ5ukxUvLgwTm0kS5_DO9CicUeKbEfKjUw@mail.gmail.com
2023-03-20 03:21:52 Richard Guo (richardguo) Created patch record
Edit