Emit meaningful error for references to concurrently added columns

Edit
ID 2408
Title Emit meaningful error for references to concurrently added columns
Topic SQL Commands
Created 2019-12-31 15:52:49
Last modified 2020-01-08 14:44:14 (4 years, 10 months ago)
Latest email 2020-01-07 17:47:00 (4 years, 10 months ago)
Status
2020-01: Committed
Target version
Authors Kyotaro Horiguchi (horiguti)
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/2408
git checkout commitfest/cf/2408
Emails
ERROR: attribute number 6 exceeds number of columns 5
First at 2019-11-26 14:04:51 by Andreas Joseph Krogh <andreas at visena.com>
Latest at 2020-01-07 17:47:00 by Tom Lane <tgl at sss.pgh.pa.us>
Latest attachment (fix-alter-type-for-generated-columns.patch) at 2020-01-07 17:47:00 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (fix-alter-type-for-generated-columns.patch) at 2020-01-07 17:47:00 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (0001-Emit-meaningful-message-for-reference-to-concurrentl.patch) at 2019-11-27 03:00:34 from Kyotaro Horiguchi <horikyota.ntt at gmail.com> (Patch: Yes)
    Attachment (error.sql) at 2019-11-26 14:04:51 from Andreas Joseph Krogh <andreas at visena.com> (Patch: No)
History
When Who What
2020-01-08 14:44:14 Tom Lane (tgl) Closed in commitfest 2020-01 with status: Committed
2020-01-08 14:44:14 Tom Lane (tgl) Changed committer to tgl
2020-01-07 16:01:07 Tom Lane (tgl) Changed authors to Kyotaro Horiguchi (horiguti)
2020-01-07 16:00:31 Tom Lane (tgl) Added tgl as reviewer
2019-12-31 15:52:49 Kyotaro Horiguchi (horiguti) Attached mail thread VisenaEmail.200.231b0a41523275d0.16ea7f800c7@tc7-visena
2019-12-31 15:52:49 Kyotaro Horiguchi (horiguti) Created patch record
Edit