ALTER TABLE - check for column existence before starting operations

Edit
ID 1621
Title ALTER TABLE - check for column existence before starting operations
Topic SQL Commands
Created 2018-04-24 07:29:58
Last modified 2018-10-02 05:14:33 (6 years, 1 month ago)
Latest email 2018-06-26 15:59:18 (6 years, 4 months ago)
Status
2018-09: Returned with feedback
2018-07: Moved to next CF
Target version
Authors Pierre Ducroquet (pinaraf)
Reviewers Artur Zakirov (a.zakirov)Become reviewer
Committer
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/1621
git checkout commitfest/cf/1621
Emails
ALTER TABLE does not check for column existence before starting operations
First at 2018-03-02 11:36:41 by Pierre Ducroquet <pierre.ducroquet at people-doc.com>
Latest at 2018-06-26 15:59:18 by Arthur Zakirov <a.zakirov at postgrespro.ru>
Latest attachment (at_checkcolumnexists_v1.patch) at 2018-03-02 11:36:41 from Pierre Ducroquet <pierre.ducroquet at people-doc.com>
    Attachment (at_checkcolumnexists_v1.patch) at 2018-03-02 11:36:41 from Pierre Ducroquet <pierre.ducroquet at people-doc.com> (Patch: Yes)
History
When Who What
2018-10-02 05:14:33 Michael Paquier (michael-kun) Closed in commitfest 2018-09 with status: Returned with feedback
2018-08-10 22:55:59 Andrew Dunstan (adunstan) New status: Waiting on Author
2018-08-10 22:41:33 Andrew Dunstan (adunstan) Closed in commitfest 2018-07 with status: Moved to next CF
2018-08-10 22:41:28 Andrew Dunstan (adunstan) New status: Needs review
2018-07-24 21:19:39 Artur Zakirov (a.zakirov) New status: Waiting on Author
2018-06-26 15:25:12 Artur Zakirov (a.zakirov) Added a.zakirov as reviewer
2018-04-24 07:30:18 Pierre Ducroquet (pinaraf) Changed authors to Pierre Ducroquet (pinaraf)
2018-04-24 07:29:58 Pierre Ducroquet (pinaraf) Attached mail thread 1897070.0DItnajBuJ@pierred-pdoc
2018-04-24 07:29:58 Pierre Ducroquet (pinaraf) Created patch record
Edit