Two new options for pg_rewind (1. Ensure clean shutdown 2. Add recovery conf information); Also extract common code of pg_rewind and pg_basebackup.

Edit
ID 2106
Title Two new options for pg_rewind (1. Ensure clean shutdown 2. Add recovery conf information); Also extract common code of pg_rewind and pg_basebackup.
Topic Replication & Recovery
Created 2019-04-26 05:58:59
Last modified 2019-09-30 17:14:06 (5 years, 1 month ago)
Latest email 2019-09-30 17:15:10 (5 years, 1 month ago)
Status
2019-09: Committed
2019-07: Moved to next CF
Target version 13
Authors Ashwin Agrawal (ashwinstar), Paul Guo (paulguo), Jimmy Yih (jyih)
Reviewers Payal Singh (payal)Become reviewer
Committer Álvaro Herrera (alvherre)
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/2106
git checkout commitfest/cf/2106
Emails
Two pg_rewind patches (auto generate recovery conf and ensure clean shutdown)
First at 2019-03-19 06:09:03 by Paul Guo <pguo at pivotal.io>
Latest at 2019-09-30 17:15:10 by Alvaro Herrera <alvherre at 2ndquadrant.com>
Latest attachment (v10-0003-Test-new-standby-start-with-generated-config-dur.patch) at 2019-09-30 08:51:25 from Alexey Kondratov <a.kondratov at postgrespro.ru>
    Attachment (v10-0003-Test-new-standby-start-with-generated-config-dur.patch) at 2019-09-30 08:51:25 from Alexey Kondratov <a.kondratov at postgrespro.ru> (Patch: Yes)
    Attachment (v10-0001-Add-option-to-write-recovery-configuration-infor.patch) at 2019-09-30 07:07:48 from Paul Guo <pguo at pivotal.io> (Patch: Yes)
    Attachment (v9-0003-Test-new-standby-start-with-generated-config-duri.patch) at 2019-09-27 12:18:59 from Alexey Kondratov <a.kondratov at postgrespro.ru> (Patch: Yes)
    Attachment (v9-0001-Add-option-to-write-recovery-configuration-inform.patch) at 2019-09-27 03:27:56 from Paul Guo <pguo at pivotal.io> (Patch: Yes)
    Attachment (v8-0001-Add-option-to-write-recovery-configuration-inform.patch) at 2019-09-26 14:05:16 from Paul Guo <pguo at pivotal.io> (Patch: Yes)
    Attachment (v7-0003-Ensure-target-clean-shutdown-at-the-beginning-of-.patch) at 2019-09-20 07:33:13 from Paul Guo <pguo at pivotal.io> (Patch: Yes)
    Attachment (v6-0001-Extact-common-functions-from-pg_basebackup-into-s.patch) at 2019-09-19 13:21:04 from Paul Guo <pguo at pivotal.io> (Patch: Yes)
    Attachment (v5-0001-Extact-common-functions-from-pg_basebackup-into-s.patch) at 2019-09-05 07:41:14 from Paul Guo <pguo at pivotal.io> (Patch: Yes)
    Attachment (v4-0002-Add-option-to-write-recovery-configuration-inform.patch) at 2019-07-15 08:52:14 from Paul Guo <pguo at pivotal.io> (Patch: Yes)
    Attachment (v3-0001-Extact-common-functions-from-pg_basebackup-into-s.patch) at 2019-07-02 05:46:21 from Paul Guo <pguo at pivotal.io> (Patch: Yes)
    Attachment (v2-0001-Ensure-target-clean-shutdown-at-beginning-of-pg_r.patch) at 2019-04-19 03:40:04 from Paul Guo <pguo at pivotal.io> (Patch: Yes)
    Attachment (0001-Ensure-target-clean-shutdown-at-beginning-of-pg_rewi.patch) at 2019-03-19 06:09:03 from Paul Guo <pguo at pivotal.io> (Patch: Yes)
History
When Who What
2019-09-30 17:14:06 Álvaro Herrera (alvherre) Closed in commitfest 2019-09 with status: Committed
2019-09-25 19:02:46 Álvaro Herrera (alvherre) Added alvherre as committer
2019-08-02 00:01:42 Thomas Munro (macdice) Closed in commitfest 2019-07 with status: Moved to next CF
2019-06-18 13:23:44 Payal Singh (payal) Added payal as reviewer
2019-06-05 01:53:24 Paul Guo (paulguo-pivotal) Changed authors to Ashwin Agrawal (ashwinstar), Paul Guo (paulguo), Jimmy Yih (jyih)
2019-04-26 06:01:08 Paul Guo (paulguo-pivotal) Changed targetversion to 13
2019-04-26 05:58:59 Paul Guo (paulguo-pivotal) Attached mail thread CAEET0ZEffUkXc48pg2iqARQgGRYDiiVxDu+yYek_bTwJF+q=Uw@mail.gmail.com
2019-04-26 05:58:59 Paul Guo (paulguo-pivotal) Created patch record
Edit