Re: DISCARD TEMP results in "ERROR: cache lookup failed for type 0"

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: DISCARD TEMP results in "ERROR: cache lookup failed for type 0"
Дата
Msg-id 20190726222028.GA18654@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: DISCARD TEMP results in "ERROR: cache lookup failed for type 0"  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On 2019-Jul-05, Tom Lane wrote:

> Manuel Rigger <rigger.manuel@gmail.com> writes:
> > CREATE TEMP TABLE t0(c0 INT GENERATED ALWAYS AS IDENTITY) PARTITION BY
> > HASH((t0.c0));
> > VACUUM FULL;
> > DISCARD TEMP; -- unexpected: ERROR: cache lookup failed for type 0
> 
> Blech.  The proximate cause is fairly obvious from poking around with a

This was fixed by commit a0555ddab9b.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Manuel Rigger
Дата:
Сообщение: Re: Attribute has wrong type in ALTER TABLE
Следующее
От: Manuel Rigger
Дата:
Сообщение: Multiple inheritance and ALTER TABLE issue