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