Fix erroneous parallel execution when modifying CTE is present in rewritten query

Edit
ID 3305
Title Fix erroneous parallel execution when modifying CTE is present in rewritten query
Topic Bug Fixes
Created 2021-08-29 23:44:43
Last modified 2021-09-08 16:07:05 (3 years, 2 months ago)
Latest email 2021-09-08 16:11:44 (3 years, 2 months ago)
Status
2021-09: Committed
Target version 15
Authors Greg Nancarrow (gregn1234)
Reviewers Tom Lane (tgl)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/3305
git checkout commitfest/cf/3305
Emails
Fix erroneous parallel execution when modifying CTE is present in rewritten query
First at 2021-08-27 04:55:34 by Greg Nancarrow <gregn4422 at gmail.com>
Latest at 2021-09-08 16:11:44 by Tom Lane <tgl at sss.pgh.pa.us>
Latest attachment (v1-0001-Propagate-CTE-property-flags-when-copying-a-CTE-list.patch) at 2021-08-27 04:55:34 from Greg Nancarrow <gregn4422 at gmail.com>
    Attachment (v1-0001-Propagate-CTE-property-flags-when-copying-a-CTE-list.patch) at 2021-08-27 04:55:34 from Greg Nancarrow <gregn4422 at gmail.com> (Patch: Yes)
History
When Who What
2021-09-08 16:07:05 Tom Lane (tgl) Closed in commitfest 2021-09 with status: Committed
2021-09-08 16:07:05 Tom Lane (tgl) Changed committer to tgl
2021-09-08 16:06:59 Tom Lane (tgl) Added tgl as reviewer
2021-08-29 23:45:23 Greg Nancarrow (gregn1234) Changed authors to Greg Nancarrow (gregn1234)
2021-08-29 23:45:23 Greg Nancarrow (gregn1234) Changed targetversion to 15
2021-08-29 23:44:43 Greg Nancarrow (gregn1234) Attached mail thread CAJcOf-f68DT=26YAMz_i0+Au3TcLO5oiHY5=fL6Sfuits6r+_w@mail.gmail.com
2021-08-29 23:44:43 Greg Nancarrow (gregn1234) Created patch record
Edit