Re: BUG #13461: Error message appears to use incorrect values
В списке pgsql-bugs по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: BUG #13461: Error message appears to use incorrect values |
| Дата | |
| Msg-id | 24934.1435008005@sss.pgh.pa.us обсуждение |
| Ответ на | BUG #13461: Error message appears to use incorrect values (martin.kevin@gmail.com) |
| Список | pgsql-bugs |
martin.kevin@gmail.com writes:
> The following bug has been logged on the website:
> Bug reference: 13461
> Logged by: Kevin Martin
> Email address: martin.kevin@gmail.com
> PostgreSQL version: 9.4.1
> Operating system: AWS RDS
> Description:
> Given a column of 1000-dimension cubes the following triggers an error:
> CREATE INDEX ktest ON items USING gist(embeddings);
> ERROR: index row size 8016 exceeds maximum 8152 for index "ktest"
> The error message appears to be out of order - the index row size reported
> is smaller than the maximum.
Hm. No, the arguments are correctly ordered. What this looks like is the
criterion to throw the error is overly conservative, or maybe there's some
other logic bug in the page-split code. Can you supply sample data that
triggers this error?
regards, tom lane
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера