From: | "Hou, Zhijie" <houzj(dot)fnst(at)cn(dot)fujitsu(dot)com> |
---|---|
To: | "Huang, Qiuyan" <huangqy(dot)fnst(at)cn(dot)fujitsu(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, Takayuki" <tsunakawa(dot)takay(at)fujitsu(dot)com>, Greg Nancarrow <gregn4422(at)gmail(dot)com> |
Subject: | RE: Determine parallel-safety of partition relations for Inserts |
Date: | 2021-02-18 03:24:48 |
Message-ID: | 20dd7d3459e84d11888b7874a0d2b35b@G08CNEXMBPEKD05.g08.fujitsu.local |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
Attaching v6 patches with the changes:
* rebase the code on the greg's latest parallel insert patch.
* fix some code comment.
* add some test to cover the partitioned table.
Please consider it for further review.
Best regards,
Houzj
Attachment | Content-Type | Size |
---|---|---|
v6_0004-reloption-parallel_dml-test-and-doc.patch | application/octet-stream | 8.3 KB |
v6_0001-guc-option-enable_parallel_dml-src.patch | application/octet-stream | 4.0 KB |
v6_0002-guc-option-enable_parallel_dml-doc-and-test.patch | application/octet-stream | 4.5 KB |
v6_0003-reloption-parallel_dml-src.patch.patch | application/octet-stream | 5.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Langote | 2021-02-18 04:51:31 | Re: POC: postgres_fdw insert batching |
Previous Message | Thomas Munro | 2021-02-18 03:09:49 | A qsort template |