Move all am-related reloption code into src/backend/access/[am-name] and get rid of relopt_kind for custom AM

Edit
ID 992
Title Move all am-related reloption code into src/backend/access/[am-name] and get rid of relopt_kind for custom AM
Topic Refactoring
Created 2017-02-09 21:39:23
Last modified 2017-11-28 02:23:47 (6 years, 11 months ago)
Latest email 2017-11-29 19:00:10 (6 years, 11 months ago)
Status
2017-11: Returned with feedback
2017-09: Moved to next CF
2017-03: Moved to next CF
Target version
Authors Nikolay Shaplov (nataraj)
Reviewers 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/992
git checkout commitfest/cf/992
Emails
[PATCH] Move all am-related reloption code into src/backend/access/[am-name] and get rid of relopt_kind for custom AM
First at 2017-02-06 20:30:03 by Nikolay Shaplov <dhyan at nataraj.su>
Latest at 2017-11-29 19:00:10 by Nikolay Shaplov <dhyan at nataraj.su>
Latest attachment (reloptions8a.diff) at 2017-11-29 19:00:10 from Nikolay Shaplov <dhyan at nataraj.su>
    Attachment (reloptions8a.diff) at 2017-11-29 19:00:10 from Nikolay Shaplov <dhyan at nataraj.su> (Patch: Yes)
    Attachment (reloptions8.diff) at 2017-10-30 09:49:56 from Nikolay Shaplov <dhyan at nataraj.su> (Patch: Yes)
    Attachment (reloptions7d.diff) at 2017-09-03 09:26:46 from Nikolay Shaplov <dhyan at nataraj.su> (Patch: Yes)
    Attachment (reloptions7c.diff) at 2017-06-25 18:05:49 from Nikolay Shaplov <dhyan at nataraj.su> (Patch: Yes)
    Attachment (reloptions7a.diff) at 2017-04-19 18:31:42 from Nikolay Shaplov <dhyan at nataraj.su> (Patch: Yes)
    Attachment (reloptions7.diff) at 2017-03-29 12:51:43 from Nikolay Shaplov <dhyan at nataraj.su> (Patch: Yes)
    Attachment (reloptions6c.diff) at 2017-03-17 10:22:25 from Nikolay Shaplov <dhyan at nataraj.su> (Patch: Yes)
    Attachment (reloptions6b.diff) at 2017-03-12 19:29:30 from Nikolay Shaplov <dhyan at nataraj.su> (Patch: Yes)
    Attachment (reloptions6a.diff) at 2017-02-22 20:41:39 from Nikolay Shaplov <dhyan at nataraj.su> (Patch: Yes)
    Attachment (reloptions6.diff) at 2017-02-06 20:30:03 from Nikolay Shaplov <dhyan at nataraj.su> (Patch: Yes)
[PATCH] Tests for reloptions
First at 2017-09-05 09:41:34 by Nikolay Shaplov <dhyan at nataraj.su>
Latest at 2017-10-29 14:08:29 by Nikolay Shaplov <dhyan at nataraj.su>
Latest attachment (reloptions.sql.diff) at 2017-10-29 14:08:29 from Nikolay Shaplov <dhyan at nataraj.su>
    Attachment (reloptions.sql.diff) at 2017-10-29 14:08:29 from Nikolay Shaplov <dhyan at nataraj.su> (Patch: Yes)
    Attachment (relopt_tests_v2a.diff) at 2017-09-30 20:18:35 from Nikolay Shaplov <dhyan at nataraj.su> (Patch: Yes)
    Attachment (relopt_tests_v1a.diff) at 2017-09-05 09:41:34 from Nikolay Shaplov <dhyan at nataraj.su> (Patch: Yes)
History
When Who What
2017-11-28 02:23:47 Michael Paquier (michael-kun) Closed in commitfest 2017-11 with status: Returned with feedback
2017-11-14 07:45:17 Michael Paquier (michael-kun) New status: Waiting on Author
2017-10-01 22:45:27 Daniel Gustafsson (d_gustafsson) Closed in commitfest 2017-09 with status: Moved to next CF
2017-10-01 22:45:09 Daniel Gustafsson (d_gustafsson) Attached mail thread 2615372.orqtEn8VGB@x200m
2017-04-03 18:31:24 Andres Freund (andresfreund) Closed in commitfest 2017-03 with status: Moved to next CF
2017-03-30 20:36:59 Nikolay Shaplov (nataraj) New status: Needs review
2017-03-28 17:43:59 David Steele (dsteele) New status: Waiting on Author
2017-02-09 21:40:14 Nikolay Shaplov (nataraj) Changed authors to Nikolay Shaplov (nataraj)
2017-02-09 21:39:23 Nikolay Shaplov (nataraj) Attached mail thread 2146419.veIEZdk4E4@x200m
2017-02-09 21:39:23 Nikolay Shaplov (nataraj) Created patch record
Edit