Re: Improvements and additions to COPY progress reporting
Matthias van de Meent <boekewurm+postgres@gmail.com>
From: Matthias van de Meent <boekewurm+postgres@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, Tomas Vondra <tomas.vondra@enterprisedb.com>, Matthias van de Meent <boekewurm+postgres@gmail.com>, Josef Šimánek <josef.simanek@gmail.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Justin Pryzby <pryzby@telsasoft.com>
Date: 2021-02-21T19:10:09Z
Lists: pgsql-hackers
Attachments
- v9-0001-Add-progress-reported-components-for-COPY-progres.patch (text/x-patch) patch v9-0001
- v9-0003-Add-copy-progress-reporting-regression-tests.patch (text/x-patch) patch v9-0003
- v9-0002-Add-backlinks-to-progress-reporting-documentation.patch (text/x-patch) patch v9-0002
On Sat, 20 Feb 2021 at 07:09, Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com> wrote: > > For COPY TO the name "source_type" column and for COPY FROM the name > "destination_type" makes sense. To have a combined column name for > both, how about naming that column as "io_type"? Thank you, that's way better! PFA what I believe is a finalized patchset v9, utilizing io_type terminology instead of io_target. With regards, Matthias van de Meent
Commits
-
Add some basic tests for progress reporting of COPY
- 15639d5e8f6f 14.0 landed
-
Add support for more progress reporting in COPY
- 9d2d45700928 14.0 landed
-
doc: Add backlinks to progress reporting documentation
- 8a8f4d8ede28 14.0 landed