Re: [PATCH] Performance Improvement For Copy From Binary Files - Mailing list pgsql-hackers

From vignesh C
Subject Re: [PATCH] Performance Improvement For Copy From Binary Files
Date
Msg-id CALDaNm3SrDWFr132rJR34h+xC-XnqyKsk7+gUrKZPHnZqNjmFQ@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Performance Improvement For Copy From Binary Files  (Amit Langote <amitlangote09@gmail.com>)
Responses Re: [PATCH] Performance Improvement For Copy From Binary Files
List pgsql-hackers
On Tue, Jul 14, 2020 at 11:19 AM Amit Langote <amitlangote09@gmail.com> wrote:
>
>
> Sounds fine to me.  Although CopyLoadRawBuf() does not seem to a
> candidate for rigorous code optimization as it does not get called
> that often.
>

I thought we could include that change as we are making changes around
that code. Rest of the changes looked fine to me. Also I noticed that
commit message was missing in the patch.

Regards,
Vignesh
EnterpriseDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Re: Retry Cached Remote Connections for postgres_fdw in case remote backend gets killed/goes away
Next
From: Daniel Gustafsson
Date:
Subject: Re: Binary support for pgoutput plugin