Re: [PATCH] Performance Improvement For Copy From Binary Files

From: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
To: Amit Langote <amitlangote09(at)gmail(dot)com>
Cc: vignesh C <vignesh21(at)gmail(dot)com>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Performance Improvement For Copy From Binary Files
Date: 2020-07-16 15:22:22
Message-ID: CALj2ACXx7fqym=iZZLGqUdpmtRYH2iQ4qWVqf8zH0gcu1cN2TQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Jul 16, 2020 at 7:44 PM Amit Langote <amitlangote09(at)gmail(dot)com> wrote:
>
> On Wed, Jul 15, 2020 at 1:06 PM vignesh C <vignesh21(at)gmail(dot)com> wrote:
> > On Wed, Jul 15, 2020 at 8:03 AM Amit Langote <amitlangote09(at)gmail(dot)com> wrote:
> > > On Tue, Jul 14, 2020 at 10:23 PM vignesh C <vignesh21(at)gmail(dot)com> wrote:
> > > > Rest of the changes looked fine to me. Also I noticed that
> > > > commit message was missing in the patch.
> >>
> > > Please see the attached v7.
> >
> > Thanks for fixing the comments.
> > Patch applies cleanly, make check & make check-world passes.
> > The changes looks fine to me.
>
> Thanks for checking. Sorry, I hadn't credited Bharath as an author in
> the commit message, so here's v7 again.
>

Patch looks good. It applies on latest commit
932f9fb504a57f296cf698d15bd93462ddfe2776 and make check, make
check-world were run successfully.

I will change the status to "ready for committer" in commitfest
tomorrow. Hope that's fine.

With Regards,
Bharath Rupireddy.
EnterpriseDB: http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-07-16 15:24:15 Re: renaming configure.in to configure.ac
Previous Message Tom Lane 2020-07-16 15:18:57 Re: Volatile Functions in Parallel Plans