Re: unsupportable composite type partition keys

Поиск
Список
Период
Сортировка
От Jobin Augustine
Тема Re: unsupportable composite type partition keys
Дата
Msg-id CANaTPspNje9h2bqZc8GNf-HFHr-pov395GxOCBkA6C5dayBeJw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: unsupportable composite type partition keys  (Julien Rouhaud <rjuju123@gmail.com>)
Ответы Re: unsupportable composite type partition keys
Список 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 по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: More aggressive vacuuming of temporary tables
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Online checksums patch - once again