missing toast table for pg_policy

Поиск
Список
Период
Сортировка
От Joe Conway
Тема missing toast table for pg_policy
Дата
Msg-id 84ddff04-f122-784b-b6c5-3536804495f8@joeconway.com
обсуждение исходный текст
Ответы Re: missing toast table for pg_policy
Список pgsql-hackers
Currently if you try to create a too large policy, it fails with:

  ERROR: row is too big: size XXXXX, maximum size 8160

An example for reproducing this is attached.

Looking at the issue, the problem seems to be missing toast table for
pg_policy. Also attached is a one line patch. It isn't clear to me
whether this is a candidate for backpatching.

Thoughts?

--
Crunchy Data - http://crunchydata.com
PostgreSQL Support for Secure Enterprises
Consulting, Training, & Open Source Development

Вложения

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: ALTER TABLE ADD COLUMN fast default
Следующее
От: Andres Freund
Дата:
Сообщение: Re: missing toast table for pg_policy