On Tue, 2 Jul 2019 at 03:33, Tom Lane wrote:
>
> David Rowley writes:
> > Remove surplus call to table_finish_bulk_insert
>
> This still blows up immediately with -DRELCACHE_FORCE_RELEASE
> (cf prion).
>
> I think at this point you should revert and try again later.
> This is blocking making the
David Rowley writes:
> Remove surplus call to table_finish_bulk_insert
This still blows up immediately with -DRELCACHE_FORCE_RELEASE
(cf prion).
I think at this point you should revert and try again later.
This is blocking making the v12 branch, and it obviously needs
more thought.
Remove surplus call to table_finish_bulk_insert
4de60244e added the call to table_finish_bulk_insert to the
CopyMultiInsertBufferCleanup function. We use a CopyMultiInsertBuffer even
for non-partitioned tables, so having the cleanup do that meant we would
call table_finsh_bulk_insert twice when p