Re: pgsql: Remove surplus call to table_finish_bulk_insert

2019-07-01 Thread David Rowley
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

Re: pgsql: Remove surplus call to table_finish_bulk_insert

2019-07-01 Thread Tom Lane
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.