Re: unsupportable composite type partition keys - Mailing list pgsql-hackers

From Jobin Augustine
Subject Re: unsupportable composite type partition keys
Date
Msg-id CANaTPspNje9h2bqZc8GNf-HFHr-pov395GxOCBkA6C5dayBeJw@mail.gmail.com
Whole thread Raw
In response to Re: unsupportable composite type partition keys  (Julien Rouhaud <rjuju123@gmail.com>)
Responses Re: unsupportable composite type partition keys  (Julien Rouhaud <rjuju123@gmail.com>)
List pgsql-hackers
Is there a way out if someone accidentally executes the same test case against PG12?

testdb=# create table partitioned (a int, b int)
testdb-#   partition by list ((row(a, b)::partitioned));
CREATE TABLE
testdb=# DROP TABLE partitioned;
ERROR:  cache lookup failed for type 18269
 

Ah, I wasn't sure that additional tests on a table would be worthwhile enough.
Thanks for tweaking and pushing!


pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: More aggressive vacuuming of temporary tables
Next
From: Daniel Gustafsson
Date:
Subject: Re: Online checksums patch - once again