Re: [HACKERS] GSOC'17 project introduction: Parallel COPY execution with errors handling

From: Alexey Kondratov <kondratov(dot)aleksey(at)gmail(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Peter Geoghegan <pg(at)bowt(dot)ie>, Stas Kelvich <s(dot)kelvich(at)postgrespro(dot)ru>, Robert Haas <robertmhaas(at)gmail(dot)com>, Nicolas Barbier <nicolas(dot)barbier(at)gmail(dot)com>, Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Craig Ringer <craig(at)2ndquadrant(dot)com>, Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>, Anastasia Lubennikova <lubennikovaAV(at)gmail(dot)com>
Subject: Re: [HACKERS] GSOC'17 project introduction: Parallel COPY execution with errors handling
Date: 2017-11-30 21:19:28
Message-ID: CADfU8Wyq1TxwraZc-c8CMuwQfekcV1UD66EguP0YLSVpFWfYuQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Michael,

>
> "git diff master --check" complains heavily, and the patch does not
> apply anymore. The last patch is 5-month old as well, so I am marking
> the patch as returned with feedback.
>

I have rebased my branch and squashed all commits into one, since the
patch is quite small. Everything seems to be working fine now, patch
passes all regression tests.

The latest version is attached. I will sign up it to the next
commitfest right now, so I will be very appreciate if someone will
review it one day.

Patch diff may be also found on GitHub:
https://github.com/ololobus/postgres/pull/4/files

Best,

Alexey

Attachment Content-Type Size
copy-errors-v1.0.1.patch.zip application/zip 7.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2017-11-30 21:24:10 Re: [HACKERS] [PATCH] Incremental sort
Previous Message Robert Haas 2017-11-30 21:09:42 Re: [HACKERS] CSV Logging questions