Re: could not find block containing chunk 0x8483530 - Mailing list pgsql-general

From Tom Lane
Subject Re: could not find block containing chunk 0x8483530
Date
Msg-id 13287.1092667158@sss.pgh.pa.us
Whole thread Raw
In response to could not find block containing chunk 0x8483530  (Vinay Jain <vinayjain@gmail.com>)
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Thousands of parallel connections
Next
From: Tom Lane
Date:
Subject: Re: Thousands of parallel connections