BUG FIX: Btree index should not be built in parallel in standalone mode

Edit
ID 2847
Title BUG FIX: Btree index should not be built in parallel in standalone mode
Topic Bug Fixes
Created 2020-11-30 10:28:32
Last modified 2020-12-04 16:54:48 (3 years, 11 months ago)
Latest email 2020-12-01 01:54:50 (3 years, 11 months ago)
Status
2021-01: Committed
Target version stable
Authors Yulin PEI (pylser)
Reviewers Tom Lane (tgl), Masahiko Sawada (masahikosawada)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/2847
git checkout commitfest/cf/2847
Emails
[PATCH] BUG FIX: Core dump could happen when VACUUM FULL in standalone mode
First at 2020-11-30 07:27:28 by Yulin PEI <ypeiae at connect.ust.hk>
Latest at 2020-12-01 01:54:50 by Yulin PEI <ypeiae at connect.ust.hk>
Latest attachment (avoid-parallel-index-build-in-standalone-mode.patch) at 2020-11-30 18:54:47 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (avoid-parallel-index-build-in-standalone-mode.patch) at 2020-11-30 18:54:47 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (standalone_vacuum_full.patch) at 2020-11-30 11:07:10 from Yulin PEI <ypeiae at connect.ust.hk> (Patch: Yes)
    Attachment (standalone_vacuum_full.patch) at 2020-11-30 07:27:28 from Yulin PEI <ypeiae at connect.ust.hk> (Patch: Yes)
History
When Who What
2020-12-04 16:54:48 Tom Lane (tgl) Closed in commitfest 2021-01 with status: Committed
2020-12-04 16:54:48 Tom Lane (tgl) Changed committer to tgl
2020-12-04 03:25:23 Yulin PEI (pylser) Changed reviewers to Tom Lane (tgl), Masahiko Sawada (masahikosawada)
2020-11-30 10:51:02 Yulin PEI (pylser) Changed name to BUG FIX: Btree index should not be built in parallel in standalone mode
2020-11-30 10:33:39 Yulin PEI (pylser) Changed reviewers to Masahiko Sawada (masahikosawada)
2020-11-30 10:30:04 Yulin PEI (pylser) Changed authors to Yulin PEI (pylser)
2020-11-30 10:30:04 Yulin PEI (pylser) Changed targetversion to stable
2020-11-30 10:28:32 Yulin PEI (pylser) Attached mail thread HK0PR01MB22747D839F77142D7E76A45DF4F50@HK0PR01MB2274.apcprd01.prod.exchangelabs.com
2020-11-30 10:28:32 Yulin PEI (pylser) Created patch record
Edit