Move extraUpdatedCols out of RangeTblEntry

Edit
ID 4049
Title Move extraUpdatedCols out of RangeTblEntry
Topic Bug Fixes
Created 2022-12-07 11:55:40
Last modified 2023-01-05 19:13:20 (1 year, 10 months ago)
Latest email 2023-01-06 06:45:34 (1 year, 10 months ago)
Status
2023-01: Committed
Target version stable
Authors Amit Langote (amitlan)
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/4049
git checkout commitfest/cf/4049
Emails
moving extraUpdatedCols out of RangeTblEntry (into ModifyTable)
First at 2022-12-07 11:54:36 by Amit Langote <amitlangote09 at gmail.com>
Latest at 2023-01-06 06:45:34 by Amit Langote <amitlangote09 at gmail.com>
Latest attachment (compute-extraUpdatedCols-at-runtime-1.patch) at 2023-01-04 19:59:11 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (compute-extraUpdatedCols-at-runtime-1.patch) at 2023-01-04 19:59:11 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (v2-0001-Add-per-result-relation-extraUpdatedCols-to-Modif.patch) at 2022-12-08 02:47:21 from Amit Langote <amitlangote09 at gmail.com> (Patch: Yes)
    Attachment (v1-0001-Add-per-result-relation-extraUpdatedCols-to-Modif.patch) at 2022-12-07 11:54:36 from Amit Langote <amitlangote09 at gmail.com> (Patch: Yes)
History
When Who What
2023-01-05 19:13:20 Tom Lane (tgl) Changed targetversion to stable
2023-01-05 19:13:05 Tom Lane (tgl) Closed in commitfest 2023-01 with status: Committed
2023-01-05 19:13:05 Tom Lane (tgl) Changed committer to tgl
2023-01-04 20:29:39 Tom Lane (tgl) Changed topic to Bug Fixes
2023-01-02 21:48:55 Tom Lane (tgl) Added tgl as reviewer
2022-12-07 11:57:03 Amit Langote (amitlan) Changed targetversion to 16
2022-12-07 11:55:51 Amit Langote (amitlan) Changed authors to Amit Langote (amitlan)
2022-12-07 11:55:40 Amit Langote (amitlan) Attached mail thread CA+HiwqFshLKNvQUd1DgwJ-7tsTp=dwv7KZqXC4j2wYBV1aCDUA@mail.gmail.com
2022-12-07 11:55:40 Amit Langote (amitlan) Created patch record
Edit