Re: BUG #12292: index row size 1480 exceeds maximum 1352 for index
В списке pgsql-bugs по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: BUG #12292: index row size 1480 exceeds maximum 1352 for index |
| Дата | |
| Msg-id | 2275.1419187179@sss.pgh.pa.us обсуждение |
| Ответ на | BUG #12292: index row size 1480 exceeds maximum 1352 for index (robert.thaler@cellent.at) |
| Список | pgsql-bugs |
robert.thaler@cellent.at writes:
> I tried to upgrade from postgres 9.3.5 and imported a database export
> created by pg_dump. the import shows the following error:
> ERROR: index row size 1480 exceeds
> maximum 1352 for index "idx_sm_post_content"
> manually creating the gin index for fulltext search does not work too and
> produces the same error.
> create index idx_sm_post_content
> on client.sm_post using gin (to_tsvector('english', "content"))
> on postgres 9.3.5 creating the index on the same data works fine.
Hm, can you provide sample data that triggers this? The GIN code
looks like it's supposed to avoid this limit at higher logic levels,
but evidently that's dropping the ball somewhere. Hard to tell where
without a concrete example though.
regards, tom lane
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера