RE: Determine parallel-safety of partition relations for Inserts

From: "houzj(dot)fnst(at)fujitsu(dot)com" <houzj(dot)fnst(at)fujitsu(dot)com>
To: Greg Nancarrow <gregn4422(at)gmail(dot)com>
Cc: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, vignesh C <vignesh21(at)gmail(dot)com>, Amit Langote <amitlangote09(at)gmail(dot)com>, David Rowley <dgrowleyml(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "tsunakawa(dot)takay(at)fujitsu(dot)com" <tsunakawa(dot)takay(at)fujitsu(dot)com>
Subject: RE: Determine parallel-safety of partition relations for Inserts
Date: 2021-02-22 03:27:34
Message-ID: OS0PR01MB571642A8CBB338955B0931E794819@OS0PR01MB5716.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Attaching v7 patches with the changes:
* rebase the code on the greg's latest parallel insert patch.

Please consider it for further review.

Best regards,
houzj

Attachment Content-Type Size
v7_0004-reloption-parallel_dml-test-and-doc.patch application/octet-stream 8.3 KB
v7_0001-guc-option-enable_parallel_dml-src.patch application/octet-stream 4.0 KB
v7_0002-guc-option-enable_parallel_dml-doc-and-test.patch application/octet-stream 4.5 KB
v7_0003-reloption-parallel_dml-src.patch.patch application/octet-stream 5.8 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2021-02-22 03:34:47 Re: Finding cause of test fails on the cfbot site
Previous Message Amit Langote 2021-02-22 03:16:12 Re: Parallel INSERT (INTO ... SELECT ...)