| From: | vignesh C <vignesh21(at)gmail(dot)com> |
|---|---|
| To: | Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com> |
| Cc: | Ashutosh Sharma <ashu(dot)coek88(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Ants Aasma <ants(at)cybertec(dot)at>, Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Alastair Turner <minion(at)decodable(dot)me>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Parallel copy |
| Date: | 2020-07-06 09:27:55 |
| Message-ID: | CALDaNm2-wMYO68vtDuuWO5h4FQCsfm4Pcg5XrzEPtRty1bEM7w@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Wed, Jul 1, 2020 at 2:46 PM vignesh C <vignesh21(at)gmail(dot)com> wrote:
>
> Hi,
>
> I have made few changes in 0003 & 0005 patch, there were a couple of
> bugs in 0003 patch & some random test failures in 0005 patch.
> Attached new patches which include the fixes for the same.
I have made changes in 0003 patch, to remove changes made in pqmq.c for
parallel worker error handling hang issue. This is being discussed in email
[1] separately as it is a bug in the head. The rest of the patches have no
changes.
Regards,
Vignesh
EnterpriseDB: http://www.enterprisedb.com
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Copy-code-readjustment-to-support-parallel-copy.patch | application/x-patch | 16.8 KB |
| 0002-Framework-for-leader-worker-in-parallel-copy.patch | application/x-patch | 33.8 KB |
| 0003-Allow-copy-from-command-to-process-data-from-file-ST.patch | application/x-patch | 42.2 KB |
| 0004-Documentation-for-parallel-copy.patch | application/x-patch | 2.0 KB |
| 0005-Tests-for-parallel-copy.patch | application/x-patch | 20.2 KB |
| 0006-Parallel-Copy-For-Binary-Format-Files.patch | application/x-patch | 26.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Amit Kapila | 2020-07-06 09:39:19 | Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions |
| Previous Message | Andrey V. Lepikhov | 2020-07-06 08:46:23 | Re: Asymmetric partition-wise JOIN |