pgsql: Revert fix missing call to table_finish_bulk_insert during COPY

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert fix missing call to table_finish_bulk_insert during COPY
Date: 2019-07-01 15:45:38
Message-ID: E1hhyUs-0002WD-2s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert fix missing call to table_finish_bulk_insert during COPY

This reverts commits 4de60244e and b2d69806d. Further thought is
required to make this work properly.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f5db56fc4d6e95c582b61c99328ea0702b869fa0

Modified Files
--------------
src/backend/commands/copy.c | 19 +++++++------------
1 file changed, 7 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2019-07-01 15:46:19 Re: pgsql: Remove surplus call to table_finish_bulk_insert
Previous Message Tom Lane 2019-07-01 15:33:35 Re: pgsql: Remove surplus call to table_finish_bulk_insert