Re: v12.0 ERROR: trying to store a heap tuple into wrong type ofslot

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: v12.0 ERROR: trying to store a heap tuple into wrong type ofslot
Дата
Msg-id 20191015222658.GT3599@telsasoft.com
обсуждение исходный текст
Ответ на Re: v12.0 ERROR: trying to store a heap tuple into wrong type ofslot  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Tue, Oct 15, 2019 at 01:50:09PM -0700, Andres Freund wrote:
> On 2019-10-13 07:51:06 -0700, Andres Freund wrote:
> > On 2019-10-11 16:03:20 -0500, Justin Pryzby wrote:
> > > ts=# CLUSTER huawei_m2000_config_enodebcell_enodeb USING huawei_m2000_config_enodebcell_enodeb_coalesce_idx ;
> > The cause of the error is that, while that sounds like it should be the
> > case, a virtual slot isn't sufficient for tuplesort_begin_cluster(). So
> > the fix is pretty trivial.  Will fix.
> 
> I pushed the fix, including a few tests, a few hours ago. I hope that
> fixes the issue for you?

On another server already running REL_12_STABLE, I created index with same
definition, which didn't previously exist.  I failed before pulling and
works after.

ts=# CLUSTER huawei_m2000_config_enodebcell_enodeb USING huawei_m2000_config_enodebcell_enodeb_coalesce_idx ;
CLUSTER

Thanks,
Justin



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: v12.0 ERROR: trying to store a heap tuple into wrong type ofslot
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: BRIN index which is much faster never chosen by planner