Re: Improvements and additions to COPY progress reporting

Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>

From: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Matthias van de Meent <boekewurm+postgres@gmail.com>, Justin Pryzby <pryzby@telsasoft.com>, Tomas Vondra <tomas.vondra@enterprisedb.com>, Josef Šimánek <josef.simanek@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2021-03-07T11:20:31Z
Lists: pgsql-hackers

Attachments

On Fri, Mar 5, 2021 at 11:30 AM Michael Paquier <michael@paquier.xyz> wrote:
>
> On Thu, Mar 04, 2021 at 05:45:50PM +0100, Matthias van de Meent wrote:
> > Sure, I'm convinced. PFA the patchset with this change applied.
>
> 0002 looks fine to me, and in line with the discussion, so applied.

Thanks.

Attaching remaining patches 0001 and 0003 from the v11 patch
set(posted upthread) here to make cfbot happier.

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

Commits

  1. Add some basic tests for progress reporting of COPY

  2. Add support for more progress reporting in COPY

  3. doc: Add backlinks to progress reporting documentation