Re: could not find block containing chunk 0x8483530

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: could not find block containing chunk 0x8483530
Дата
Msg-id 13287.1092667158@sss.pgh.pa.us
обсуждение исходный текст
Ответ на could not find block containing chunk 0x8483530  (Vinay Jain <vinayjain@gmail.com>)
Список pgsql-general
Vinay Jain <vinayjain@gmail.com> writes:
> select *, lower(name) from student;
> gives error: could not find block containing chunk 0x8483530

That's some sort of memory manipulation bug --- pfree'ing a wrong
pointer, likely.

> template1=# \d student
>     Table "public.student"
>  Column |  Type   | Modifiers
> --------+---------+-----------
>  name   | devchar |
>  age    | integer |

Given that a custom datatype is involved, I'd suspect the C code
for the custom type.

            regards, tom lane

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Thousands of parallel connections
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Thousands of parallel connections