Re: pgsql: Fix missing call to table_finish_bulk_insert during COPY

From: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>
To: David Rowley <drowley(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Fix missing call to table_finish_bulk_insert during COPY
Date: 2019-07-01 14:06:59
Message-ID: CAKJS1f9Zn2A=r5rxNHWUCPM5b4ipKtVV5dxMhvoE9zgsaxRgYg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, 2 Jul 2019 at 01:24, David Rowley <drowley(at)postgresql(dot)org> wrote:
> src/backend/commands/copy.c | 21 ++++++++++++++-------
> 1 file changed, 14 insertions(+), 7 deletions(-)

Looking at buildfarm now.

--
David Rowley http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2019-07-01 15:17:32 pgsql: Remove surplus call to table_finish_bulk_insert
Previous Message David Rowley 2019-07-01 13:23:58 pgsql: Fix missing call to table_finish_bulk_insert during COPY